Shades of Perano #8FA9F9
Tints of Perano #8FA9F9
RGB
CMYK
RGB Variations
Color information
#8FA9F9 (or 0x8FA9F9) is known color: Perano. HEX triplet: 8F, A9 and F9. RGB value is (143,169,249). Sum of RGB (Red+Green+Blue) = 143+169+249=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FA9F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA9F9 is #705606. Grayscale: #AAAAAA. Windows color (decimal): -7362055 or 16361871. OLE color: 16361871.
HSL color Cylindrical-coordinate representation of color #8FA9F9: hue angle of 225.28º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA9F9 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 169 | 249 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.02 |
| HSL | 225.28º | 0.9% | 0.77% | - |
| HSV(B) | 225.28º | 0.43% | 0.98% | - |
| XYZ | 42.61 | 41.06 | 95.3 | - |
| YUV | 170.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 249 | 0.43 | 0.32 | 0 | 0.02 | 225.28 | 0.9 | 0.77 |
| Hex | 8F | A9 | F9 | 2B | 20 | 0 | 2 | E1 | 5A | 4D |
| Octal | 217 | 251 | 371 | 53 | 40 | 0 | 2 | 341 | 132 | 115 |
| Binary | 10001111 | 10101001 | 11111001 | 101011 | 100000 | 0 | 10 | 11100001 | 1011010 | 1001101 |
Color Harmonies of #8FA9F9
Complementary color
Monochromatic Colors of #8FA9F9
Black with #8FA9F9
Text Example
Text Example
White with #8FA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9F9; }
p { color: rgb(143,169,249); }
H1.HeaderClassName
{
color: #8FA9F9;
}
.AnyTagClassName
{
color: #8FA9F9;
}
</style>
background-color css
<style>
a { background-color: #8FA9F9; }
a { background-color: rgb(143,169,249); }
div.DivClassName
{
background-color: #8FA9F9;
}
.BgClassName
{
background-color: #8FA9F9;
}
</style>
border-color css
<style>
span { border-color: #8FA9F9; }
span { border-color: rgb(143,169,249); }
td.TdClassName
{
border-color: #8FA9F9;
}
.TagClassName
{
border-color: #8FA9F9;
}
</style>