Shades of Perano #9F9FFB
Tints of Perano #9F9FFB
RGB
CMYK
RGB Variations
Color information
#9F9FFB (or 0x9F9FFB) is known color: Perano. HEX triplet: 9F, 9F and FB. RGB value is (159,159,251). Sum of RGB (Red+Green+Blue) = 159+159+251=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FFB is #606004. Grayscale: #A9A9A9. Windows color (decimal): -6316037 or 16490399. OLE color: 16490399.
HSL color Cylindrical-coordinate representation of color #9F9FFB: hue angle of 240º 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 #9F9FFB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 159 | 251 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.02 |
| HSL | 240º | 0.92% | 0.8% | - |
| HSV(B) | 240º | 0.37% | 0.98% | - |
| XYZ | 44.11 | 39.13 | 96.5 | - |
| YUV | 169.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 251 | 0.37 | 0.37 | 0 | 0.02 | 240 | 0.92 | 0.8 |
| Hex | 9F | 9F | FB | 25 | 25 | 0 | 2 | F0 | 5C | 50 |
| Octal | 237 | 237 | 373 | 45 | 45 | 0 | 2 | 360 | 134 | 120 |
| Binary | 10011111 | 10011111 | 11111011 | 100101 | 100101 | 0 | 10 | 11110000 | 1011100 | 1010000 |
Color Harmonies of #9F9FFB
Complementary color
Monochromatic Colors of #9F9FFB
Black with #9F9FFB
Text Example
Text Example
White with #9F9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FFB; }
p { color: rgb(159,159,251); }
H1.HeaderClassName
{
color: #9F9FFB;
}
.AnyTagClassName
{
color: #9F9FFB;
}
</style>
background-color css
<style>
a { background-color: #9F9FFB; }
a { background-color: rgb(159,159,251); }
div.DivClassName
{
background-color: #9F9FFB;
}
.BgClassName
{
background-color: #9F9FFB;
}
</style>
border-color css
<style>
span { border-color: #9F9FFB; }
span { border-color: rgb(159,159,251); }
td.TdClassName
{
border-color: #9F9FFB;
}
.TagClassName
{
border-color: #9F9FFB;
}
</style>