Shades of Perano #9CAAEB
Tints of Perano #9CAAEB
RGB
CMYK
RGB Variations
Color information
#9CAAEB (or 0x9CAAEB) is known color: Perano. HEX triplet: 9C, AA and EB. RGB value is (156,170,235). Sum of RGB (Red+Green+Blue) = 156+170+235=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAAEB is #635514. Grayscale: #ACACAC. Windows color (decimal): -6509845 or 15444636. OLE color: 15444636.
HSL color Cylindrical-coordinate representation of color #9CAAEB: hue angle of 229.37º 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 #9CAAEB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 170 | 235 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.08 |
| HSL | 229.37º | 0.66% | 0.77% | - |
| HSV(B) | 229.37º | 0.34% | 0.92% | - |
| XYZ | 43.08 | 41.82 | 84.4 | - |
| YUV | 173.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 235 | 0.34 | 0.28 | 0 | 0.08 | 229.37 | 0.66 | 0.77 |
| Hex | 9C | AA | EB | 22 | 1C | 0 | 8 | E5 | 42 | 4D |
| Octal | 234 | 252 | 353 | 42 | 34 | 0 | 10 | 345 | 102 | 115 |
| Binary | 10011100 | 10101010 | 11101011 | 100010 | 11100 | 0 | 1000 | 11100101 | 1000010 | 1001101 |
Color Harmonies of #9CAAEB
Complementary color
Monochromatic Colors of #9CAAEB
Black with #9CAAEB
Text Example
Text Example
White with #9CAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAAEB; }
p { color: rgb(156,170,235); }
H1.HeaderClassName
{
color: #9CAAEB;
}
.AnyTagClassName
{
color: #9CAAEB;
}
</style>
background-color css
<style>
a { background-color: #9CAAEB; }
a { background-color: rgb(156,170,235); }
div.DivClassName
{
background-color: #9CAAEB;
}
.BgClassName
{
background-color: #9CAAEB;
}
</style>
border-color css
<style>
span { border-color: #9CAAEB; }
span { border-color: rgb(156,170,235); }
td.TdClassName
{
border-color: #9CAAEB;
}
.TagClassName
{
border-color: #9CAAEB;
}
</style>