Shades of Perano #9FA4FF
Tints of Perano #9FA4FF
RGB
CMYK
RGB Variations
Color information
#9FA4FF (or 0x9FA4FF) is known color: Perano. HEX triplet: 9F, A4 and FF. RGB value is (159,164,255). Sum of RGB (Red+Green+Blue) = 159+164+255=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA4FF is #605B00. Grayscale: #ACACAC. Windows color (decimal): -6314753 or 16753823. OLE color: 16753823.
HSL color Cylindrical-coordinate representation of color #9FA4FF: hue angle of 236.88º 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 #9FA4FF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 164 | 255 | - |
| CMYK | 0.38 | 0.36 | 0 | 0 |
| HSL | 236.88º | 1% | 0.81% | - |
| HSV(B) | 236.88º | 0.38% | 1% | - |
| XYZ | 45.62 | 41.14 | 100.14 | - |
| YUV | 172.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 255 | 0.38 | 0.36 | 0 | 0 | 236.88 | 1 | 0.81 |
| Hex | 9F | A4 | FF | 26 | 24 | 0 | 0 | ED | 64 | 51 |
| Octal | 237 | 244 | 377 | 46 | 44 | 0 | 0 | 355 | 144 | 121 |
| Binary | 10011111 | 10100100 | 11111111 | 100110 | 100100 | 0 | 0 | 11101101 | 1100100 | 1010001 |
Color Harmonies of #9FA4FF
Complementary color
Monochromatic Colors of #9FA4FF
Black with #9FA4FF
Text Example
Text Example
White with #9FA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4FF; }
p { color: rgb(159,164,255); }
H1.HeaderClassName
{
color: #9FA4FF;
}
.AnyTagClassName
{
color: #9FA4FF;
}
</style>
background-color css
<style>
a { background-color: #9FA4FF; }
a { background-color: rgb(159,164,255); }
div.DivClassName
{
background-color: #9FA4FF;
}
.BgClassName
{
background-color: #9FA4FF;
}
</style>
border-color css
<style>
span { border-color: #9FA4FF; }
span { border-color: rgb(159,164,255); }
td.TdClassName
{
border-color: #9FA4FF;
}
.TagClassName
{
border-color: #9FA4FF;
}
</style>