Shades of Perano #9FACFF
Tints of Perano #9FACFF
RGB
CMYK
RGB Variations
Color information
#9FACFF (or 0x9FACFF) is known color: Perano. HEX triplet: 9F, AC and FF. RGB value is (159,172,255). Sum of RGB (Red+Green+Blue) = 159+172+255=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACFF is #605300. Grayscale: #B1B1B1. Windows color (decimal): -6312705 or 16755871. OLE color: 16755871.
HSL color Cylindrical-coordinate representation of color #9FACFF: hue angle of 231.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FACFF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 172 | 255 | - |
| CMYK | 0.38 | 0.33 | 0 | 0 |
| HSL | 231.88º | 1% | 0.81% | - |
| HSV(B) | 231.88º | 0.38% | 1% | - |
| XYZ | 47.1 | 44.1 | 100.64 | - |
| YUV | 177.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 255 | 0.38 | 0.33 | 0 | 0 | 231.88 | 1 | 0.81 |
| Hex | 9F | AC | FF | 26 | 21 | 0 | 0 | E8 | 64 | 51 |
| Octal | 237 | 254 | 377 | 46 | 41 | 0 | 0 | 350 | 144 | 121 |
| Binary | 10011111 | 10101100 | 11111111 | 100110 | 100001 | 0 | 0 | 11101000 | 1100100 | 1010001 |
Color Harmonies of #9FACFF
Complementary color
Monochromatic Colors of #9FACFF
Black with #9FACFF
Text Example
Text Example
White with #9FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACFF; }
p { color: rgb(159,172,255); }
H1.HeaderClassName
{
color: #9FACFF;
}
.AnyTagClassName
{
color: #9FACFF;
}
</style>
background-color css
<style>
a { background-color: #9FACFF; }
a { background-color: rgb(159,172,255); }
div.DivClassName
{
background-color: #9FACFF;
}
.BgClassName
{
background-color: #9FACFF;
}
</style>
border-color css
<style>
span { border-color: #9FACFF; }
span { border-color: rgb(159,172,255); }
td.TdClassName
{
border-color: #9FACFF;
}
.TagClassName
{
border-color: #9FACFF;
}
</style>