Shades of Perano #9FA4FE
Tints of Perano #9FA4FE
RGB
CMYK
RGB Variations
Color information
#9FA4FE (or 0x9FA4FE) is known color: Perano. HEX triplet: 9F, A4 and FE. RGB value is (159,164,254). Sum of RGB (Red+Green+Blue) = 159+164+254=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA4FE is #605B01. Grayscale: #ACACAC. Windows color (decimal): -6314754 or 16688287. OLE color: 16688287.
HSL color Cylindrical-coordinate representation of color #9FA4FE: hue angle of 236.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FA4FE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 164 | 254 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.00 |
| HSL | 236.84º | 0.98% | 0.81% | - |
| HSV(B) | 236.84º | 0.37% | 1% | - |
| XYZ | 45.46 | 41.08 | 99.3 | - |
| YUV | 172.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 254 | 0.37 | 0.35 | 0 | 0.00 | 236.84 | 0.98 | 0.81 |
| Hex | 9F | A4 | FE | 25 | 23 | 0 | 0 | ED | 62 | 51 |
| Octal | 237 | 244 | 376 | 45 | 43 | 0 | 0 | 355 | 142 | 121 |
| Binary | 10011111 | 10100100 | 11111110 | 100101 | 100011 | 0 | 0 | 11101101 | 1100010 | 1010001 |
Color Harmonies of #9FA4FE
Complementary color
Monochromatic Colors of #9FA4FE
Black with #9FA4FE
Text Example
Text Example
White with #9FA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4FE; }
p { color: rgb(159,164,254); }
H1.HeaderClassName
{
color: #9FA4FE;
}
.AnyTagClassName
{
color: #9FA4FE;
}
</style>
background-color css
<style>
a { background-color: #9FA4FE; }
a { background-color: rgb(159,164,254); }
div.DivClassName
{
background-color: #9FA4FE;
}
.BgClassName
{
background-color: #9FA4FE;
}
</style>
border-color css
<style>
span { border-color: #9FA4FE; }
span { border-color: rgb(159,164,254); }
td.TdClassName
{
border-color: #9FA4FE;
}
.TagClassName
{
border-color: #9FA4FE;
}
</style>