Shades of Perano #9EB0E8
Tints of Perano #9EB0E8
RGB
CMYK
RGB Variations
Color information
#9EB0E8 (or 0x9EB0E8) is known color: Perano. HEX triplet: 9E, B0 and E8. RGB value is (158,176,232). Sum of RGB (Red+Green+Blue) = 158+176+232=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #9EB0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0E8 is #614F17. Grayscale: #B0B0B0. Windows color (decimal): -6377240 or 15249566. OLE color: 15249566.
HSL color Cylindrical-coordinate representation of color #9EB0E8: hue angle of 225.41º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EB0E8 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 176 | 232 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.09 |
| HSL | 225.41º | 0.62% | 0.76% | - |
| HSV(B) | 225.41º | 0.32% | 0.91% | - |
| XYZ | 44.19 | 44.15 | 82.54 | - |
| YUV | 177 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 232 | 0.32 | 0.24 | 0 | 0.09 | 225.41 | 0.62 | 0.76 |
| Hex | 9E | B0 | E8 | 20 | 18 | 0 | 9 | E1 | 3E | 4C |
| Octal | 236 | 260 | 350 | 40 | 30 | 0 | 11 | 341 | 76 | 114 |
| Binary | 10011110 | 10110000 | 11101000 | 100000 | 11000 | 0 | 1001 | 11100001 | 111110 | 1001100 |
Color Harmonies of #9EB0E8
Complementary color
Monochromatic Colors of #9EB0E8
Black with #9EB0E8
Text Example
Text Example
White with #9EB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB0E8; }
p { color: rgb(158,176,232); }
H1.HeaderClassName
{
color: #9EB0E8;
}
.AnyTagClassName
{
color: #9EB0E8;
}
</style>
background-color css
<style>
a { background-color: #9EB0E8; }
a { background-color: rgb(158,176,232); }
div.DivClassName
{
background-color: #9EB0E8;
}
.BgClassName
{
background-color: #9EB0E8;
}
</style>
border-color css
<style>
span { border-color: #9EB0E8; }
span { border-color: rgb(158,176,232); }
td.TdClassName
{
border-color: #9EB0E8;
}
.TagClassName
{
border-color: #9EB0E8;
}
</style>