#9CA9EA

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

Shades of Perano #9CA9EA

Tints of Perano #9CA9EA

Color information

#9CA9EA (or 0x9CA9EA) is unknown color: approx Perano. HEX triplet: 9C, A9 and EA. RGB value is (156,169,234). Sum of RGB (Red+Green+Blue) = 156+169+234=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA9EA is #635615. Grayscale: #ACACAC. Windows color (decimal): -6510102 or 15378844. OLE color: 15378844.

HSL color Cylindrical-coordinate representation of color #9CA9EA: hue angle of 230º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA9EA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156169234-
CMYK0.330.2800.08
HSL230º65%76.47%-
HSV(B)230º33.33%91.76%-
XYZ42.7541.3883.58-
YUV172.52162.69116.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=27.91%
G=30.23%
B=41.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561692340.330.2800.082306576.47
Hex9CA9EA211C08e6414c
Octal2342513524134010346101114
Binary10011100101010011110101010000111100010001110011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,234); }

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

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

 a { background-color: rgb(156,169,234); }

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

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

 span { border-color: rgb(156,169,234); }

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