Shades of Perano #9E9CFA
Tints of Perano #9E9CFA
RGB
CMYK
RGB Variations
Color information
#9E9CFA (or 0x9E9CFA) is known color: Perano. HEX triplet: 9E, 9C and FA. RGB value is (158,156,250). Sum of RGB (Red+Green+Blue) = 158+156+250=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CFA is #616305. Grayscale: #A6A6A6. Windows color (decimal): -6382342 or 16424094. OLE color: 16424094.
HSL color Cylindrical-coordinate representation of color #9E9CFA: hue angle of 241.28º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9CFA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 156 | 250 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.02 |
| HSL | 241.28º | 0.9% | 0.8% | - |
| HSV(B) | 241.28º | 0.38% | 0.98% | - |
| XYZ | 43.24 | 37.95 | 95.49 | - |
| YUV | 167.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 250 | 0.37 | 0.38 | 0 | 0.02 | 241.28 | 0.9 | 0.8 |
| Hex | 9E | 9C | FA | 25 | 26 | 0 | 2 | F1 | 5A | 50 |
| Octal | 236 | 234 | 372 | 45 | 46 | 0 | 2 | 361 | 132 | 120 |
| Binary | 10011110 | 10011100 | 11111010 | 100101 | 100110 | 0 | 10 | 11110001 | 1011010 | 1010000 |
Color Harmonies of #9E9CFA
Complementary color
Monochromatic Colors of #9E9CFA
Black with #9E9CFA
Text Example
Text Example
White with #9E9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CFA; }
p { color: rgb(158,156,250); }
H1.HeaderClassName
{
color: #9E9CFA;
}
.AnyTagClassName
{
color: #9E9CFA;
}
</style>
background-color css
<style>
a { background-color: #9E9CFA; }
a { background-color: rgb(158,156,250); }
div.DivClassName
{
background-color: #9E9CFA;
}
.BgClassName
{
background-color: #9E9CFA;
}
</style>
border-color css
<style>
span { border-color: #9E9CFA; }
span { border-color: rgb(158,156,250); }
td.TdClassName
{
border-color: #9E9CFA;
}
.TagClassName
{
border-color: #9E9CFA;
}
</style>