Shades of Perano #999EFE
Tints of Perano #999EFE
RGB
CMYK
RGB Variations
Color information
#999EFE (or 0x999EFE) is known color: Perano. HEX triplet: 99, 9E and FE. RGB value is (153,158,254). Sum of RGB (Red+Green+Blue) = 153+158+254=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #999EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFE is #666101. Grayscale: #A7A7A7. Windows color (decimal): -6709506 or 16686745. OLE color: 16686745.
HSL color Cylindrical-coordinate representation of color #999EFE: hue angle of 237.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #999EFE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 158 | 254 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.00 |
| HSL | 237.03º | 0.98% | 0.8% | - |
| HSV(B) | 237.03º | 0.4% | 1% | - |
| XYZ | 43.25 | 38.38 | 98.89 | - |
| YUV | 167.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 254 | 0.40 | 0.38 | 0 | 0.00 | 237.03 | 0.98 | 0.8 |
| Hex | 99 | 9E | FE | 28 | 26 | 0 | 0 | ED | 62 | 50 |
| Octal | 231 | 236 | 376 | 50 | 46 | 0 | 0 | 355 | 142 | 120 |
| Binary | 10011001 | 10011110 | 11111110 | 101000 | 100110 | 0 | 0 | 11101101 | 1100010 | 1010000 |
Color Harmonies of #999EFE
Complementary color
Monochromatic Colors of #999EFE
Black with #999EFE
Text Example
Text Example
White with #999EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EFE; }
p { color: rgb(153,158,254); }
H1.HeaderClassName
{
color: #999EFE;
}
.AnyTagClassName
{
color: #999EFE;
}
</style>
background-color css
<style>
a { background-color: #999EFE; }
a { background-color: rgb(153,158,254); }
div.DivClassName
{
background-color: #999EFE;
}
.BgClassName
{
background-color: #999EFE;
}
</style>
border-color css
<style>
span { border-color: #999EFE; }
span { border-color: rgb(153,158,254); }
td.TdClassName
{
border-color: #999EFE;
}
.TagClassName
{
border-color: #999EFE;
}
</style>