Shades of Perano #9CACEA
Tints of Perano #9CACEA
RGB
CMYK
RGB Variations
Color information
#9CACEA (or 0x9CACEA) is known color: 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
| RGB | 156 | 172 | 234 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.08 |
| HSL | 227.69º | 0.65% | 0.76% | - |
| HSV(B) | 227.69º | 0.33% | 0.92% | - |
| XYZ | 43.31 | 42.51 | 83.76 | - |
| YUV | 174.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 234 | 0.33 | 0.26 | 0 | 0.08 | 227.69 | 0.65 | 0.76 |
| Hex | 9C | AC | EA | 21 | 1A | 0 | 8 | E4 | 41 | 4C |
| Octal | 234 | 254 | 352 | 41 | 32 | 0 | 10 | 344 | 101 | 114 |
| Binary | 10011100 | 10101100 | 11101010 | 100001 | 11010 | 0 | 1000 | 11100100 | 1000001 | 1001100 |
Color Harmonies of #9CACEA
Complementary color
Monochromatic Colors of #9CACEA
Black with #9CACEA
Text Example
Text Example
White with #9CACEA
Text Example
Text Example
HTML Codes & Css Web 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>