Shades of Perano #9E9FFC
Tints of Perano #9E9FFC
RGB
CMYK
RGB Variations
Color information
#9E9FFC (or 0x9E9FFC) is known color: Perano. HEX triplet: 9E, 9F and FC. RGB value is (158,159,252). Sum of RGB (Red+Green+Blue) = 158+159+252=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9FFC is #616003. Grayscale: #A8A8A8. Windows color (decimal): -6381572 or 16555934. OLE color: 16555934.
HSL color Cylindrical-coordinate representation of color #9E9FFC: hue angle of 239.36º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E9FFC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 159 | 252 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.01 |
| HSL | 239.36º | 0.94% | 0.8% | - |
| HSV(B) | 239.36º | 0.37% | 0.99% | - |
| XYZ | 44.07 | 39.09 | 97.32 | - |
| YUV | 169.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 159 | 252 | 0.37 | 0.37 | 0 | 0.01 | 239.36 | 0.94 | 0.8 |
| Hex | 9E | 9F | FC | 25 | 25 | 0 | 1 | EF | 5E | 50 |
| Octal | 236 | 237 | 374 | 45 | 45 | 0 | 1 | 357 | 136 | 120 |
| Binary | 10011110 | 10011111 | 11111100 | 100101 | 100101 | 0 | 1 | 11101111 | 1011110 | 1010000 |
Color Harmonies of #9E9FFC
Complementary color
Monochromatic Colors of #9E9FFC
Black with #9E9FFC
Text Example
Text Example
White with #9E9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9FFC; }
p { color: rgb(158,159,252); }
H1.HeaderClassName
{
color: #9E9FFC;
}
.AnyTagClassName
{
color: #9E9FFC;
}
</style>
background-color css
<style>
a { background-color: #9E9FFC; }
a { background-color: rgb(158,159,252); }
div.DivClassName
{
background-color: #9E9FFC;
}
.BgClassName
{
background-color: #9E9FFC;
}
</style>
border-color css
<style>
span { border-color: #9E9FFC; }
span { border-color: rgb(158,159,252); }
td.TdClassName
{
border-color: #9E9FFC;
}
.TagClassName
{
border-color: #9E9FFC;
}
</style>