Shades of Perano #9CA9E9
Tints of Perano #9CA9E9
RGB
CMYK
RGB Variations
Color information
#9CA9E9 (or 0x9CA9E9) is known color: Perano. HEX triplet: 9C, A9 and E9. RGB value is (156,169,233). Sum of RGB (Red+Green+Blue) = 156+169+233=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CA9E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA9E9 is #635616. Grayscale: #ACACAC. Windows color (decimal): -6510103 or 15313308. OLE color: 15313308.
HSL color Cylindrical-coordinate representation of color #9CA9E9: hue angle of 229.87º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA9E9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 169 | 233 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.09 |
| HSL | 229.87º | 0.64% | 0.76% | - |
| HSV(B) | 229.87º | 0.33% | 0.91% | - |
| XYZ | 42.61 | 41.33 | 82.82 | - |
| YUV | 172.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 233 | 0.33 | 0.27 | 0 | 0.09 | 229.87 | 0.64 | 0.76 |
| Hex | 9C | A9 | E9 | 21 | 1B | 0 | 9 | E6 | 40 | 4C |
| Octal | 234 | 251 | 351 | 41 | 33 | 0 | 11 | 346 | 100 | 114 |
| Binary | 10011100 | 10101001 | 11101001 | 100001 | 11011 | 0 | 1001 | 11100110 | 1000000 | 1001100 |
Color Harmonies of #9CA9E9
Complementary color
Monochromatic Colors of #9CA9E9
Black with #9CA9E9
Text Example
Text Example
White with #9CA9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9E9; }
p { color: rgb(156,169,233); }
H1.HeaderClassName
{
color: #9CA9E9;
}
.AnyTagClassName
{
color: #9CA9E9;
}
</style>
background-color css
<style>
a { background-color: #9CA9E9; }
a { background-color: rgb(156,169,233); }
div.DivClassName
{
background-color: #9CA9E9;
}
.BgClassName
{
background-color: #9CA9E9;
}
</style>
border-color css
<style>
span { border-color: #9CA9E9; }
span { border-color: rgb(156,169,233); }
td.TdClassName
{
border-color: #9CA9E9;
}
.TagClassName
{
border-color: #9CA9E9;
}
</style>