Shades of Perano #9FA2FA
Tints of Perano #9FA2FA
RGB
CMYK
RGB Variations
Color information
#9FA2FA (or 0x9FA2FA) is known color: Perano. HEX triplet: 9F, A2 and FA. RGB value is (159,162,250). Sum of RGB (Red+Green+Blue) = 159+162+250=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA2FA is #605D05. Grayscale: #AAAAAA. Windows color (decimal): -6315270 or 16425631. OLE color: 16425631.
HSL color Cylindrical-coordinate representation of color #9FA2FA: hue angle of 238.02º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FA2FA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 162 | 250 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.02 |
| HSL | 238.02º | 0.9% | 0.8% | - |
| HSV(B) | 238.02º | 0.36% | 0.98% | - |
| XYZ | 44.47 | 40.11 | 95.84 | - |
| YUV | 171.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 250 | 0.36 | 0.35 | 0 | 0.02 | 238.02 | 0.9 | 0.8 |
| Hex | 9F | A2 | FA | 24 | 23 | 0 | 2 | EE | 5A | 50 |
| Octal | 237 | 242 | 372 | 44 | 43 | 0 | 2 | 356 | 132 | 120 |
| Binary | 10011111 | 10100010 | 11111010 | 100100 | 100011 | 0 | 10 | 11101110 | 1011010 | 1010000 |
Color Harmonies of #9FA2FA
Complementary color
Monochromatic Colors of #9FA2FA
Black with #9FA2FA
Text Example
Text Example
White with #9FA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2FA; }
p { color: rgb(159,162,250); }
H1.HeaderClassName
{
color: #9FA2FA;
}
.AnyTagClassName
{
color: #9FA2FA;
}
</style>
background-color css
<style>
a { background-color: #9FA2FA; }
a { background-color: rgb(159,162,250); }
div.DivClassName
{
background-color: #9FA2FA;
}
.BgClassName
{
background-color: #9FA2FA;
}
</style>
border-color css
<style>
span { border-color: #9FA2FA; }
span { border-color: rgb(159,162,250); }
td.TdClassName
{
border-color: #9FA2FA;
}
.TagClassName
{
border-color: #9FA2FA;
}
</style>