Shades of Perano #9E9DFA
Tints of Perano #9E9DFA
RGB
CMYK
RGB Variations
Color information
#9E9DFA (or 0x9E9DFA) is known color: Perano. HEX triplet: 9E, 9D and FA. RGB value is (158,157,250). Sum of RGB (Red+Green+Blue) = 158+157+250=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9DFA is #616205. Grayscale: #A7A7A7. Windows color (decimal): -6382086 or 16424350. OLE color: 16424350.
HSL color Cylindrical-coordinate representation of color #9E9DFA: hue angle of 240.65º degrees, saturation: 0.9, 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 #9E9DFA is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 157 | 250 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.02 |
| HSL | 240.65º | 0.9% | 0.8% | - |
| HSV(B) | 240.65º | 0.37% | 0.98% | - |
| XYZ | 43.41 | 38.29 | 95.54 | - |
| YUV | 167.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 250 | 0.37 | 0.37 | 0 | 0.02 | 240.65 | 0.9 | 0.8 |
| Hex | 9E | 9D | FA | 25 | 25 | 0 | 2 | F1 | 5A | 50 |
| Octal | 236 | 235 | 372 | 45 | 45 | 0 | 2 | 361 | 132 | 120 |
| Binary | 10011110 | 10011101 | 11111010 | 100101 | 100101 | 0 | 10 | 11110001 | 1011010 | 1010000 |
Color Harmonies of #9E9DFA
Complementary color
Monochromatic Colors of #9E9DFA
Black with #9E9DFA
Text Example
Text Example
White with #9E9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DFA; }
p { color: rgb(158,157,250); }
H1.HeaderClassName
{
color: #9E9DFA;
}
.AnyTagClassName
{
color: #9E9DFA;
}
</style>
background-color css
<style>
a { background-color: #9E9DFA; }
a { background-color: rgb(158,157,250); }
div.DivClassName
{
background-color: #9E9DFA;
}
.BgClassName
{
background-color: #9E9DFA;
}
</style>
border-color css
<style>
span { border-color: #9E9DFA; }
span { border-color: rgb(158,157,250); }
td.TdClassName
{
border-color: #9E9DFA;
}
.TagClassName
{
border-color: #9E9DFA;
}
</style>