Shades of Perano #9FAAFF
Tints of Perano #9FAAFF
RGB
CMYK
RGB Variations
Color information
#9FAAFF (or 0x9FAAFF) is known color: Perano. HEX triplet: 9F, AA and FF. RGB value is (159,170,255). Sum of RGB (Red+Green+Blue) = 159+170+255=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAAFF is #605500. Grayscale: #B0B0B0. Windows color (decimal): -6313217 or 16755359. OLE color: 16755359.
HSL color Cylindrical-coordinate representation of color #9FAAFF: hue angle of 233.12º 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 #9FAAFF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 170 | 255 | - |
| CMYK | 0.38 | 0.33 | 0 | 0 |
| HSL | 233.13º | 1% | 0.81% | - |
| HSV(B) | 233.13º | 0.38% | 1% | - |
| XYZ | 46.72 | 43.34 | 100.51 | - |
| YUV | 176.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 255 | 0.38 | 0.33 | 0 | 0 | 233.13 | 1 | 0.81 |
| Hex | 9F | AA | FF | 26 | 21 | 0 | 0 | E9 | 64 | 51 |
| Octal | 237 | 252 | 377 | 46 | 41 | 0 | 0 | 351 | 144 | 121 |
| Binary | 10011111 | 10101010 | 11111111 | 100110 | 100001 | 0 | 0 | 11101001 | 1100100 | 1010001 |
Color Harmonies of #9FAAFF
Complementary color
Monochromatic Colors of #9FAAFF
Black with #9FAAFF
Text Example
Text Example
White with #9FAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAFF; }
p { color: rgb(159,170,255); }
H1.HeaderClassName
{
color: #9FAAFF;
}
.AnyTagClassName
{
color: #9FAAFF;
}
</style>
background-color css
<style>
a { background-color: #9FAAFF; }
a { background-color: rgb(159,170,255); }
div.DivClassName
{
background-color: #9FAAFF;
}
.BgClassName
{
background-color: #9FAAFF;
}
</style>
border-color css
<style>
span { border-color: #9FAAFF; }
span { border-color: rgb(159,170,255); }
td.TdClassName
{
border-color: #9FAAFF;
}
.TagClassName
{
border-color: #9FAAFF;
}
</style>