Shades of Perano #9E9FFB
Tints of Perano #9E9FFB
RGB
CMYK
RGB Variations
Color information
#9E9FFB (or 0x9E9FFB) is known color: Perano. HEX triplet: 9E, 9F and FB. RGB value is (158,159,251). Sum of RGB (Red+Green+Blue) = 158+159+251=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FFB is #616004. Grayscale: #A8A8A8. Windows color (decimal): -6381573 or 16490398. OLE color: 16490398.
HSL color Cylindrical-coordinate representation of color #9E9FFB: hue angle of 239.35º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E9FFB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 159 | 251 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.02 |
| HSL | 239.35º | 0.92% | 0.8% | - |
| HSV(B) | 239.35º | 0.37% | 0.98% | - |
| XYZ | 43.91 | 39.03 | 96.49 | - |
| YUV | 169.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 251 | 0.37 | 0.37 | 0 | 0.02 | 239.35 | 0.92 | 0.8 |
| Hex | 9E | 9F | FB | 25 | 25 | 0 | 2 | EF | 5C | 50 |
| Octal | 236 | 237 | 373 | 45 | 45 | 0 | 2 | 357 | 134 | 120 |
| Binary | 10011110 | 10011111 | 11111011 | 100101 | 100101 | 0 | 10 | 11101111 | 1011100 | 1010000 |
Color Harmonies of #9E9FFB
Complementary color
Monochromatic Colors of #9E9FFB
Black with #9E9FFB
Text Example
Text Example
White with #9E9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FFB; }
p { color: rgb(158,159,251); }
H1.HeaderClassName
{
color: #9E9FFB;
}
.AnyTagClassName
{
color: #9E9FFB;
}
</style>
background-color css
<style>
a { background-color: #9E9FFB; }
a { background-color: rgb(158,159,251); }
div.DivClassName
{
background-color: #9E9FFB;
}
.BgClassName
{
background-color: #9E9FFB;
}
</style>
border-color css
<style>
span { border-color: #9E9FFB; }
span { border-color: rgb(158,159,251); }
td.TdClassName
{
border-color: #9E9FFB;
}
.TagClassName
{
border-color: #9E9FFB;
}
</style>