Shades of Perano #9FA0F6
Tints of Perano #9FA0F6
RGB
CMYK
RGB Variations
Color information
#9FA0F6 (or 0x9FA0F6) is known color: Perano. HEX triplet: 9F, A0 and F6. RGB value is (159,160,246). Sum of RGB (Red+Green+Blue) = 159+160+246=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FA0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA0F6 is #605F09. Grayscale: #A9A9A9. Windows color (decimal): -6315786 or 16162975. OLE color: 16162975.
HSL color Cylindrical-coordinate representation of color #9FA0F6: hue angle of 239.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FA0F6 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 160 | 246 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.04 |
| HSL | 239.31º | 0.83% | 0.79% | - |
| HSV(B) | 239.31º | 0.35% | 0.96% | - |
| XYZ | 43.5 | 39.17 | 92.46 | - |
| YUV | 169.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 246 | 0.35 | 0.35 | 0 | 0.04 | 239.31 | 0.83 | 0.79 |
| Hex | 9F | A0 | F6 | 23 | 23 | 0 | 4 | EF | 53 | 4F |
| Octal | 237 | 240 | 366 | 43 | 43 | 0 | 4 | 357 | 123 | 117 |
| Binary | 10011111 | 10100000 | 11110110 | 100011 | 100011 | 0 | 100 | 11101111 | 1010011 | 1001111 |
Color Harmonies of #9FA0F6
Complementary color
Monochromatic Colors of #9FA0F6
Black with #9FA0F6
Text Example
Text Example
White with #9FA0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0F6; }
p { color: rgb(159,160,246); }
H1.HeaderClassName
{
color: #9FA0F6;
}
.AnyTagClassName
{
color: #9FA0F6;
}
</style>
background-color css
<style>
a { background-color: #9FA0F6; }
a { background-color: rgb(159,160,246); }
div.DivClassName
{
background-color: #9FA0F6;
}
.BgClassName
{
background-color: #9FA0F6;
}
</style>
border-color css
<style>
span { border-color: #9FA0F6; }
span { border-color: rgb(159,160,246); }
td.TdClassName
{
border-color: #9FA0F6;
}
.TagClassName
{
border-color: #9FA0F6;
}
</style>