Shades of Perano #9E9DFB
Tints of Perano #9E9DFB
RGB
CMYK
RGB Variations
Color information
#9E9DFB (or 0x9E9DFB) is known color: Perano. HEX triplet: 9E, 9D and FB. RGB value is (158,157,251). Sum of RGB (Red+Green+Blue) = 158+157+251=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E9DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DFB is #616204. Grayscale: #A7A7A7. Windows color (decimal): -6382085 or 16489886. OLE color: 16489886.
HSL color Cylindrical-coordinate representation of color #9E9DFB: hue angle of 240.64º 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 #9E9DFB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 157 | 251 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.02 |
| HSL | 240.64º | 0.92% | 0.8% | - |
| HSV(B) | 240.64º | 0.37% | 0.98% | - |
| XYZ | 43.57 | 38.35 | 96.37 | - |
| YUV | 168.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 251 | 0.37 | 0.37 | 0 | 0.02 | 240.64 | 0.92 | 0.8 |
| Hex | 9E | 9D | FB | 25 | 25 | 0 | 2 | F1 | 5C | 50 |
| Octal | 236 | 235 | 373 | 45 | 45 | 0 | 2 | 361 | 134 | 120 |
| Binary | 10011110 | 10011101 | 11111011 | 100101 | 100101 | 0 | 10 | 11110001 | 1011100 | 1010000 |
Color Harmonies of #9E9DFB
Complementary color
Monochromatic Colors of #9E9DFB
Black with #9E9DFB
Text Example
Text Example
White with #9E9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DFB; }
p { color: rgb(158,157,251); }
H1.HeaderClassName
{
color: #9E9DFB;
}
.AnyTagClassName
{
color: #9E9DFB;
}
</style>
background-color css
<style>
a { background-color: #9E9DFB; }
a { background-color: rgb(158,157,251); }
div.DivClassName
{
background-color: #9E9DFB;
}
.BgClassName
{
background-color: #9E9DFB;
}
</style>
border-color css
<style>
span { border-color: #9E9DFB; }
span { border-color: rgb(158,157,251); }
td.TdClassName
{
border-color: #9E9DFB;
}
.TagClassName
{
border-color: #9E9DFB;
}
</style>