Shades of Perano #9CA8E9
Tints of Perano #9CA8E9
RGB
CMYK
RGB Variations
Color information
#9CA8E9 (or 0x9CA8E9) is known color: Perano. HEX triplet: 9C, A8 and E9. RGB value is (156,168,233). Sum of RGB (Red+Green+Blue) = 156+168+233=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CA8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8E9 is #635716. Grayscale: #ABABAB. Windows color (decimal): -6510359 or 15313052. OLE color: 15313052.
HSL color Cylindrical-coordinate representation of color #9CA8E9: hue angle of 230.65º 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 #9CA8E9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 168 | 233 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.09 |
| HSL | 230.65º | 0.64% | 0.76% | - |
| HSV(B) | 230.65º | 0.33% | 0.91% | - |
| XYZ | 42.42 | 40.96 | 82.76 | - |
| YUV | 171.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 233 | 0.33 | 0.28 | 0 | 0.09 | 230.65 | 0.64 | 0.76 |
| Hex | 9C | A8 | E9 | 21 | 1C | 0 | 9 | E7 | 40 | 4C |
| Octal | 234 | 250 | 351 | 41 | 34 | 0 | 11 | 347 | 100 | 114 |
| Binary | 10011100 | 10101000 | 11101001 | 100001 | 11100 | 0 | 1001 | 11100111 | 1000000 | 1001100 |
Color Harmonies of #9CA8E9
Complementary color
Monochromatic Colors of #9CA8E9
Black with #9CA8E9
Text Example
Text Example
White with #9CA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8E9; }
p { color: rgb(156,168,233); }
H1.HeaderClassName
{
color: #9CA8E9;
}
.AnyTagClassName
{
color: #9CA8E9;
}
</style>
background-color css
<style>
a { background-color: #9CA8E9; }
a { background-color: rgb(156,168,233); }
div.DivClassName
{
background-color: #9CA8E9;
}
.BgClassName
{
background-color: #9CA8E9;
}
</style>
border-color css
<style>
span { border-color: #9CA8E9; }
span { border-color: rgb(156,168,233); }
td.TdClassName
{
border-color: #9CA8E9;
}
.TagClassName
{
border-color: #9CA8E9;
}
</style>