Shades of Perano #9CB9E5
Tints of Perano #9CB9E5
RGB
CMYK
RGB Variations
Color information
#9CB9E5 (or 0x9CB9E5) is known color: Perano. HEX triplet: 9C, B9 and E5. RGB value is (156,185,229). Sum of RGB (Red+Green+Blue) = 156+185+229=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #9CB9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9E5 is #63461A. Grayscale: #B5B5B5. Windows color (decimal): -6506011 or 15055260. OLE color: 15055260.
HSL color Cylindrical-coordinate representation of color #9CB9E5: hue angle of 216.16º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB9E5 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 185 | 229 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.10 |
| HSL | 216.16º | 0.58% | 0.75% | - |
| HSV(B) | 216.16º | 0.32% | 0.9% | - |
| XYZ | 45.2 | 47.42 | 80.9 | - |
| YUV | 181.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 229 | 0.32 | 0.19 | 0 | 0.10 | 216.16 | 0.58 | 0.75 |
| Hex | 9C | B9 | E5 | 20 | 13 | 0 | A | D8 | 3A | 4B |
| Octal | 234 | 271 | 345 | 40 | 23 | 0 | 12 | 330 | 72 | 113 |
| Binary | 10011100 | 10111001 | 11100101 | 100000 | 10011 | 0 | 1010 | 11011000 | 111010 | 1001011 |
Color Harmonies of #9CB9E5
Complementary color
Monochromatic Colors of #9CB9E5
Black with #9CB9E5
Text Example
Text Example
White with #9CB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB9E5; }
p { color: rgb(156,185,229); }
H1.HeaderClassName
{
color: #9CB9E5;
}
.AnyTagClassName
{
color: #9CB9E5;
}
</style>
background-color css
<style>
a { background-color: #9CB9E5; }
a { background-color: rgb(156,185,229); }
div.DivClassName
{
background-color: #9CB9E5;
}
.BgClassName
{
background-color: #9CB9E5;
}
</style>
border-color css
<style>
span { border-color: #9CB9E5; }
span { border-color: rgb(156,185,229); }
td.TdClassName
{
border-color: #9CB9E5;
}
.TagClassName
{
border-color: #9CB9E5;
}
</style>