Shades of Perano #9FA6F4
Tints of Perano #9FA6F4
RGB
CMYK
RGB Variations
Color information
#9FA6F4 (or 0x9FA6F4) is known color: Perano. HEX triplet: 9F, A6 and F4. RGB value is (159,166,244). Sum of RGB (Red+Green+Blue) = 159+166+244=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FA6F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA6F4 is #60590B. Grayscale: #ACACAC. Windows color (decimal): -6314252 or 16033439. OLE color: 16033439.
HSL color Cylindrical-coordinate representation of color #9FA6F4: hue angle of 235.06º degrees, saturation: 0.79, 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 #9FA6F4 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 166 | 244 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.04 |
| HSL | 235.06º | 0.79% | 0.79% | - |
| HSV(B) | 235.06º | 0.35% | 0.96% | - |
| XYZ | 44.26 | 41.18 | 91.2 | - |
| YUV | 172.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 244 | 0.35 | 0.32 | 0 | 0.04 | 235.06 | 0.79 | 0.79 |
| Hex | 9F | A6 | F4 | 23 | 20 | 0 | 4 | EB | 4F | 4F |
| Octal | 237 | 246 | 364 | 43 | 40 | 0 | 4 | 353 | 117 | 117 |
| Binary | 10011111 | 10100110 | 11110100 | 100011 | 100000 | 0 | 100 | 11101011 | 1001111 | 1001111 |
Color Harmonies of #9FA6F4
Complementary color
Monochromatic Colors of #9FA6F4
Black with #9FA6F4
Text Example
Text Example
White with #9FA6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6F4; }
p { color: rgb(159,166,244); }
H1.HeaderClassName
{
color: #9FA6F4;
}
.AnyTagClassName
{
color: #9FA6F4;
}
</style>
background-color css
<style>
a { background-color: #9FA6F4; }
a { background-color: rgb(159,166,244); }
div.DivClassName
{
background-color: #9FA6F4;
}
.BgClassName
{
background-color: #9FA6F4;
}
</style>
border-color css
<style>
span { border-color: #9FA6F4; }
span { border-color: rgb(159,166,244); }
td.TdClassName
{
border-color: #9FA6F4;
}
.TagClassName
{
border-color: #9FA6F4;
}
</style>