Shades of Perano #9CAAED
Tints of Perano #9CAAED
RGB
CMYK
RGB Variations
Color information
#9CAAED (or 0x9CAAED) is known color: Perano. HEX triplet: 9C, AA and ED. RGB value is (156,170,237). Sum of RGB (Red+Green+Blue) = 156+170+237=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAAED is #635512. Grayscale: #ADADAD. Windows color (decimal): -6509843 or 15575708. OLE color: 15575708.
HSL color Cylindrical-coordinate representation of color #9CAAED: hue angle of 229.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAAED is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 170 | 237 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.07 |
| HSL | 229.63º | 0.69% | 0.77% | - |
| HSV(B) | 229.63º | 0.34% | 0.93% | - |
| XYZ | 43.37 | 41.93 | 85.93 | - |
| YUV | 173.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 237 | 0.34 | 0.28 | 0 | 0.07 | 229.63 | 0.69 | 0.77 |
| Hex | 9C | AA | ED | 22 | 1C | 0 | 7 | E6 | 45 | 4D |
| Octal | 234 | 252 | 355 | 42 | 34 | 0 | 7 | 346 | 105 | 115 |
| Binary | 10011100 | 10101010 | 11101101 | 100010 | 11100 | 0 | 111 | 11100110 | 1000101 | 1001101 |
Color Harmonies of #9CAAED
Complementary color
Monochromatic Colors of #9CAAED
Black with #9CAAED
Text Example
Text Example
White with #9CAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAAED; }
p { color: rgb(156,170,237); }
H1.HeaderClassName
{
color: #9CAAED;
}
.AnyTagClassName
{
color: #9CAAED;
}
</style>
background-color css
<style>
a { background-color: #9CAAED; }
a { background-color: rgb(156,170,237); }
div.DivClassName
{
background-color: #9CAAED;
}
.BgClassName
{
background-color: #9CAAED;
}
</style>
border-color css
<style>
span { border-color: #9CAAED; }
span { border-color: rgb(156,170,237); }
td.TdClassName
{
border-color: #9CAAED;
}
.TagClassName
{
border-color: #9CAAED;
}
</style>