Shades of Perano #999EFF
Tints of Perano #999EFF
RGB
CMYK
RGB Variations
Color information
#999EFF (or 0x999EFF) is known color: Perano. HEX triplet: 99, 9E and FF. RGB value is (153,158,255). Sum of RGB (Red+Green+Blue) = 153+158+255=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #999EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFF is #666100. Grayscale: #A7A7A7. Windows color (decimal): -6709505 or 16752281. OLE color: 16752281.
HSL color Cylindrical-coordinate representation of color #999EFF: hue angle of 237.06º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999EFF is Cyan = 0.4, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 158 | 255 | - |
| CMYK | 0.4 | 0.38 | 0 | 0 |
| HSL | 237.06º | 1% | 0.8% | - |
| HSV(B) | 237.06º | 0.4% | 1% | - |
| XYZ | 43.41 | 38.45 | 99.74 | - |
| YUV | 167.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 255 | 0.4 | 0.38 | 0 | 0 | 237.06 | 1 | 0.8 |
| Hex | 99 | 9E | FF | 28 | 26 | 0 | 0 | ED | 64 | 50 |
| Octal | 231 | 236 | 377 | 50 | 46 | 0 | 0 | 355 | 144 | 120 |
| Binary | 10011001 | 10011110 | 11111111 | 101000 | 100110 | 0 | 0 | 11101101 | 1100100 | 1010000 |
Color Harmonies of #999EFF
Complementary color
Monochromatic Colors of #999EFF
Black with #999EFF
Text Example
Text Example
White with #999EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EFF; }
p { color: rgb(153,158,255); }
H1.HeaderClassName
{
color: #999EFF;
}
.AnyTagClassName
{
color: #999EFF;
}
</style>
background-color css
<style>
a { background-color: #999EFF; }
a { background-color: rgb(153,158,255); }
div.DivClassName
{
background-color: #999EFF;
}
.BgClassName
{
background-color: #999EFF;
}
</style>
border-color css
<style>
span { border-color: #999EFF; }
span { border-color: rgb(153,158,255); }
td.TdClassName
{
border-color: #999EFF;
}
.TagClassName
{
border-color: #999EFF;
}
</style>