Shades of Perano #9FAFFC
Tints of Perano #9FAFFC
RGB
CMYK
RGB Variations
Color information
#9FAFFC (or 0x9FAFFC) is known color: Perano. HEX triplet: 9F, AF and FC. RGB value is (159,175,252). Sum of RGB (Red+Green+Blue) = 159+175+252=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAFFC is #605003. Grayscale: #B2B2B2. Windows color (decimal): -6311940 or 16560031. OLE color: 16560031.
HSL color Cylindrical-coordinate representation of color #9FAFFC: hue angle of 229.68º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FAFFC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 175 | 252 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.01 |
| HSL | 229.68º | 0.94% | 0.81% | - |
| HSV(B) | 229.68º | 0.37% | 0.99% | - |
| XYZ | 47.2 | 45.06 | 98.31 | - |
| YUV | 178.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 252 | 0.37 | 0.31 | 0 | 0.01 | 229.68 | 0.94 | 0.81 |
| Hex | 9F | AF | FC | 25 | 1F | 0 | 1 | E6 | 5E | 51 |
| Octal | 237 | 257 | 374 | 45 | 37 | 0 | 1 | 346 | 136 | 121 |
| Binary | 10011111 | 10101111 | 11111100 | 100101 | 11111 | 0 | 1 | 11100110 | 1011110 | 1010001 |
Color Harmonies of #9FAFFC
Complementary color
Monochromatic Colors of #9FAFFC
Black with #9FAFFC
Text Example
Text Example
White with #9FAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFFC; }
p { color: rgb(159,175,252); }
H1.HeaderClassName
{
color: #9FAFFC;
}
.AnyTagClassName
{
color: #9FAFFC;
}
</style>
background-color css
<style>
a { background-color: #9FAFFC; }
a { background-color: rgb(159,175,252); }
div.DivClassName
{
background-color: #9FAFFC;
}
.BgClassName
{
background-color: #9FAFFC;
}
</style>
border-color css
<style>
span { border-color: #9FAFFC; }
span { border-color: rgb(159,175,252); }
td.TdClassName
{
border-color: #9FAFFC;
}
.TagClassName
{
border-color: #9FAFFC;
}
</style>