Shades of Perano #9F9EFB
Tints of Perano #9F9EFB
RGB
CMYK
RGB Variations
Color information
#9F9EFB (or 0x9F9EFB) is known color: Perano. HEX triplet: 9F, 9E and FB. RGB value is (159,158,251). Sum of RGB (Red+Green+Blue) = 159+158+251=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EFB is #606104. Grayscale: #A8A8A8. Windows color (decimal): -6316293 or 16490143. OLE color: 16490143.
HSL color Cylindrical-coordinate representation of color #9F9EFB: hue angle of 240.65º 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 #9F9EFB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 158 | 251 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.02 |
| HSL | 240.65º | 0.92% | 0.8% | - |
| HSV(B) | 240.65º | 0.37% | 0.98% | - |
| XYZ | 43.94 | 38.79 | 96.44 | - |
| YUV | 168.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 251 | 0.37 | 0.37 | 0 | 0.02 | 240.65 | 0.92 | 0.8 |
| Hex | 9F | 9E | FB | 25 | 25 | 0 | 2 | F1 | 5C | 50 |
| Octal | 237 | 236 | 373 | 45 | 45 | 0 | 2 | 361 | 134 | 120 |
| Binary | 10011111 | 10011110 | 11111011 | 100101 | 100101 | 0 | 10 | 11110001 | 1011100 | 1010000 |
Color Harmonies of #9F9EFB
Complementary color
Monochromatic Colors of #9F9EFB
Black with #9F9EFB
Text Example
Text Example
White with #9F9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EFB; }
p { color: rgb(159,158,251); }
H1.HeaderClassName
{
color: #9F9EFB;
}
.AnyTagClassName
{
color: #9F9EFB;
}
</style>
background-color css
<style>
a { background-color: #9F9EFB; }
a { background-color: rgb(159,158,251); }
div.DivClassName
{
background-color: #9F9EFB;
}
.BgClassName
{
background-color: #9F9EFB;
}
</style>
border-color css
<style>
span { border-color: #9F9EFB; }
span { border-color: rgb(159,158,251); }
td.TdClassName
{
border-color: #9F9EFB;
}
.TagClassName
{
border-color: #9F9EFB;
}
</style>