Shades of Perano #9FA8F1
Tints of Perano #9FA8F1
RGB
CMYK
RGB Variations
Color information
#9FA8F1 (or 0x9FA8F1) is known color: Perano. HEX triplet: 9F, A8 and F1. RGB value is (159,168,241). Sum of RGB (Red+Green+Blue) = 159+168+241=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FA8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA8F1 is #60570E. Grayscale: #ADADAD. Windows color (decimal): -6313743 or 15837343. OLE color: 15837343.
HSL color Cylindrical-coordinate representation of color #9FA8F1: hue angle of 233.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FA8F1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 168 | 241 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.05 |
| HSL | 233.41º | 0.75% | 0.78% | - |
| HSV(B) | 233.41º | 0.34% | 0.95% | - |
| XYZ | 44.18 | 41.73 | 88.94 | - |
| YUV | 173.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 241 | 0.34 | 0.30 | 0 | 0.05 | 233.41 | 0.75 | 0.78 |
| Hex | 9F | A8 | F1 | 22 | 1E | 0 | 5 | E9 | 4B | 4E |
| Octal | 237 | 250 | 361 | 42 | 36 | 0 | 5 | 351 | 113 | 116 |
| Binary | 10011111 | 10101000 | 11110001 | 100010 | 11110 | 0 | 101 | 11101001 | 1001011 | 1001110 |
Color Harmonies of #9FA8F1
Complementary color
Monochromatic Colors of #9FA8F1
Black with #9FA8F1
Text Example
Text Example
White with #9FA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8F1; }
p { color: rgb(159,168,241); }
H1.HeaderClassName
{
color: #9FA8F1;
}
.AnyTagClassName
{
color: #9FA8F1;
}
</style>
background-color css
<style>
a { background-color: #9FA8F1; }
a { background-color: rgb(159,168,241); }
div.DivClassName
{
background-color: #9FA8F1;
}
.BgClassName
{
background-color: #9FA8F1;
}
</style>
border-color css
<style>
span { border-color: #9FA8F1; }
span { border-color: rgb(159,168,241); }
td.TdClassName
{
border-color: #9FA8F1;
}
.TagClassName
{
border-color: #9FA8F1;
}
</style>