#9CACEA

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

Shades of Perano #9CACEA

Tints of Perano #9CACEA

Color information

#9CACEA (or 0x9CACEA) is unknown color: approx Perano. HEX triplet: 9C, AC and EA. RGB value is (156,172,234). Sum of RGB (Red+Green+Blue) = 156+172+234=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACEA is #635315. Grayscale: #AEAEAE. Windows color (decimal): -6509334 or 15379612. OLE color: 15379612.

HSL color Cylindrical-coordinate representation of color #9CACEA: hue angle of 227.69º 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 #9CACEA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156172234-
CMYK0.330.2600.08
HSL227.69º65%76.47%-
HSV(B)227.69º33.33%91.76%-
XYZ43.3142.5183.76-
YUV174.28161.7114.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=27.76%
G=30.60%
B=41.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561722340.330.2600.08227.696576.47
Hex9CACEA211A08e4414c
Octal2342543524132010344101114
Binary10011100101011001110101010000111010010001110010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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