#9CA5EB

Color #9CA5EB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9CA5EB

Tints of Perano #9CA5EB

Color information

#9CA5EB (or 0x9CA5EB) is unknown color: approx Perano. HEX triplet: 9C, A5 and EB. RGB value is (156,165,235). Sum of RGB (Red+Green+Blue) = 156+165+235=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CA5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA5EB is #635A14. Grayscale: #A9A9A9. Windows color (decimal): -6511125 or 15443356. OLE color: 15443356.

HSL color Cylindrical-coordinate representation of color #9CA5EB: hue angle of 233.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CA5EB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156165235-
CMYK0.340.3000.08
HSL233.16º66.39%76.67%-
HSV(B)233.16º33.62%92.16%-
XYZ42.1639.9884.09-
YUV170.29164.52117.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=28.06%
G=29.68%
B=42.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561652350.340.3000.08233.1666.3976.67
Hex9CA5EB221E08e9424d
Octal2342453534236010351102115
Binary10011100101001011110101110001011110010001110100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA5EB; }

 p { color: rgb(156,165,235); }

 H1.HeaderClassName
 {
   color: #9CA5EB;
 }
 .AnyTagClassName
 {
   color: #9CA5EB;
 }
</style>
background-color css

<style>
 a { background-color: #9CA5EB; }

 a { background-color: rgb(156,165,235); }

 div.DivClassName
 {
   background-color: #9CA5EB;
 }
 .BgClassName
 {
   background-color: #9CA5EB;
 }
</style>
border-color css

<style>
 span { border-color: #9CA5EB; }

 span { border-color: rgb(156,165,235); }

 td.TdClassName
 {
   border-color: #9CA5EB;
 }
 .TagClassName
 {
   border-color: #9CA5EB;
 }
</style>