Shades of Perano #9FA6EC
Tints of Perano #9FA6EC
RGB
CMYK
RGB Variations
Color information
#9FA6EC (or 0x9FA6EC) is known color: Perano. HEX triplet: 9F, A6 and EC. RGB value is (159,166,236). Sum of RGB (Red+Green+Blue) = 159+166+236=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA6EC is #605913. Grayscale: #ABABAB. Windows color (decimal): -6314260 or 15509151. OLE color: 15509151.
HSL color Cylindrical-coordinate representation of color #9FA6EC: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA6EC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 166 | 236 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.07 |
| HSL | 234.55º | 0.67% | 0.77% | - |
| HSV(B) | 234.55º | 0.33% | 0.93% | - |
| XYZ | 43.07 | 40.7 | 84.94 | - |
| YUV | 171.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 236 | 0.33 | 0.30 | 0 | 0.07 | 234.55 | 0.67 | 0.77 |
| Hex | 9F | A6 | EC | 21 | 1E | 0 | 7 | EB | 43 | 4D |
| Octal | 237 | 246 | 354 | 41 | 36 | 0 | 7 | 353 | 103 | 115 |
| Binary | 10011111 | 10100110 | 11101100 | 100001 | 11110 | 0 | 111 | 11101011 | 1000011 | 1001101 |
Color Harmonies of #9FA6EC
Complementary color
Monochromatic Colors of #9FA6EC
Black with #9FA6EC
Text Example
Text Example
White with #9FA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6EC; }
p { color: rgb(159,166,236); }
H1.HeaderClassName
{
color: #9FA6EC;
}
.AnyTagClassName
{
color: #9FA6EC;
}
</style>
background-color css
<style>
a { background-color: #9FA6EC; }
a { background-color: rgb(159,166,236); }
div.DivClassName
{
background-color: #9FA6EC;
}
.BgClassName
{
background-color: #9FA6EC;
}
</style>
border-color css
<style>
span { border-color: #9FA6EC; }
span { border-color: rgb(159,166,236); }
td.TdClassName
{
border-color: #9FA6EC;
}
.TagClassName
{
border-color: #9FA6EC;
}
</style>