Shades of Perano #9FA8FC
Tints of Perano #9FA8FC
RGB
CMYK
RGB Variations
Color information
#9FA8FC (or 0x9FA8FC) is known color: Perano. HEX triplet: 9F, A8 and FC. RGB value is (159,168,252). Sum of RGB (Red+Green+Blue) = 159+168+252=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA8FC is #605703. Grayscale: #AEAEAE. Windows color (decimal): -6313732 or 16558239. OLE color: 16558239.
HSL color Cylindrical-coordinate representation of color #9FA8FC: hue angle of 234.19º 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 #9FA8FC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 168 | 252 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.01 |
| HSL | 234.19º | 0.94% | 0.81% | - |
| HSV(B) | 234.19º | 0.37% | 0.99% | - |
| XYZ | 45.87 | 42.4 | 97.86 | - |
| YUV | 174.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 252 | 0.37 | 0.33 | 0 | 0.01 | 234.19 | 0.94 | 0.81 |
| Hex | 9F | A8 | FC | 25 | 21 | 0 | 1 | EA | 5E | 51 |
| Octal | 237 | 250 | 374 | 45 | 41 | 0 | 1 | 352 | 136 | 121 |
| Binary | 10011111 | 10101000 | 11111100 | 100101 | 100001 | 0 | 1 | 11101010 | 1011110 | 1010001 |
Color Harmonies of #9FA8FC
Complementary color
Monochromatic Colors of #9FA8FC
Black with #9FA8FC
Text Example
Text Example
White with #9FA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8FC; }
p { color: rgb(159,168,252); }
H1.HeaderClassName
{
color: #9FA8FC;
}
.AnyTagClassName
{
color: #9FA8FC;
}
</style>
background-color css
<style>
a { background-color: #9FA8FC; }
a { background-color: rgb(159,168,252); }
div.DivClassName
{
background-color: #9FA8FC;
}
.BgClassName
{
background-color: #9FA8FC;
}
</style>
border-color css
<style>
span { border-color: #9FA8FC; }
span { border-color: rgb(159,168,252); }
td.TdClassName
{
border-color: #9FA8FC;
}
.TagClassName
{
border-color: #9FA8FC;
}
</style>