Shades of Perano #9EB2EE
Tints of Perano #9EB2EE
RGB
CMYK
RGB Variations
Color information
#9EB2EE (or 0x9EB2EE) is known color: Perano. HEX triplet: 9E, B2 and EE. RGB value is (158,178,238). Sum of RGB (Red+Green+Blue) = 158+178+238=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB2EE is #614D11. Grayscale: #B2B2B2. Windows color (decimal): -6376722 or 15643294. OLE color: 15643294.
HSL color Cylindrical-coordinate representation of color #9EB2EE: hue angle of 225º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EB2EE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 178 | 238 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.07 |
| HSL | 225º | 0.7% | 0.78% | - |
| HSV(B) | 225º | 0.34% | 0.93% | - |
| XYZ | 45.45 | 45.28 | 87.23 | - |
| YUV | 178.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 238 | 0.34 | 0.25 | 0 | 0.07 | 225 | 0.7 | 0.78 |
| Hex | 9E | B2 | EE | 22 | 19 | 0 | 7 | E1 | 46 | 4E |
| Octal | 236 | 262 | 356 | 42 | 31 | 0 | 7 | 341 | 106 | 116 |
| Binary | 10011110 | 10110010 | 11101110 | 100010 | 11001 | 0 | 111 | 11100001 | 1000110 | 1001110 |
Color Harmonies of #9EB2EE
Complementary color
Monochromatic Colors of #9EB2EE
Black with #9EB2EE
Text Example
Text Example
White with #9EB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB2EE; }
p { color: rgb(158,178,238); }
H1.HeaderClassName
{
color: #9EB2EE;
}
.AnyTagClassName
{
color: #9EB2EE;
}
</style>
background-color css
<style>
a { background-color: #9EB2EE; }
a { background-color: rgb(158,178,238); }
div.DivClassName
{
background-color: #9EB2EE;
}
.BgClassName
{
background-color: #9EB2EE;
}
</style>
border-color css
<style>
span { border-color: #9EB2EE; }
span { border-color: rgb(158,178,238); }
td.TdClassName
{
border-color: #9EB2EE;
}
.TagClassName
{
border-color: #9EB2EE;
}
</style>