Shades of Perano #9F9CFC
Tints of Perano #9F9CFC
RGB
CMYK
RGB Variations
Color information
#9F9CFC (or 0x9F9CFC) is known color: Perano. HEX triplet: 9F, 9C and FC. RGB value is (159,156,252). Sum of RGB (Red+Green+Blue) = 159+156+252=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CFC is #606303. Grayscale: #A7A7A7. Windows color (decimal): -6316804 or 16555167. OLE color: 16555167.
HSL color Cylindrical-coordinate representation of color #9F9CFC: hue angle of 241.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9CFC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 156 | 252 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.01 |
| HSL | 241.88º | 0.94% | 0.8% | - |
| HSV(B) | 241.88º | 0.38% | 0.99% | - |
| XYZ | 43.76 | 38.18 | 97.16 | - |
| YUV | 167.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 252 | 0.37 | 0.38 | 0 | 0.01 | 241.88 | 0.94 | 0.8 |
| Hex | 9F | 9C | FC | 25 | 26 | 0 | 1 | F2 | 5E | 50 |
| Octal | 237 | 234 | 374 | 45 | 46 | 0 | 1 | 362 | 136 | 120 |
| Binary | 10011111 | 10011100 | 11111100 | 100101 | 100110 | 0 | 1 | 11110010 | 1011110 | 1010000 |
Color Harmonies of #9F9CFC
Complementary color
Monochromatic Colors of #9F9CFC
Black with #9F9CFC
Text Example
Text Example
White with #9F9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CFC; }
p { color: rgb(159,156,252); }
H1.HeaderClassName
{
color: #9F9CFC;
}
.AnyTagClassName
{
color: #9F9CFC;
}
</style>
background-color css
<style>
a { background-color: #9F9CFC; }
a { background-color: rgb(159,156,252); }
div.DivClassName
{
background-color: #9F9CFC;
}
.BgClassName
{
background-color: #9F9CFC;
}
</style>
border-color css
<style>
span { border-color: #9F9CFC; }
span { border-color: rgb(159,156,252); }
td.TdClassName
{
border-color: #9F9CFC;
}
.TagClassName
{
border-color: #9F9CFC;
}
</style>