Shades of Perano #9FA2EC
Tints of Perano #9FA2EC
RGB
CMYK
RGB Variations
Color information
#9FA2EC (or 0x9FA2EC) is known color: Perano. HEX triplet: 9F, A2 and EC. RGB value is (159,162,236). Sum of RGB (Red+Green+Blue) = 159+162+236=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA2EC is #605D13. Grayscale: #A9A9A9. Windows color (decimal): -6315284 or 15508127. OLE color: 15508127.
HSL color Cylindrical-coordinate representation of color #9FA2EC: hue angle of 237.66º 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 #9FA2EC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 162 | 236 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.07 |
| HSL | 237.66º | 0.67% | 0.77% | - |
| HSV(B) | 237.66º | 0.33% | 0.93% | - |
| XYZ | 42.36 | 39.27 | 84.7 | - |
| YUV | 169.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 236 | 0.33 | 0.31 | 0 | 0.07 | 237.66 | 0.67 | 0.77 |
| Hex | 9F | A2 | EC | 21 | 1F | 0 | 7 | EE | 43 | 4D |
| Octal | 237 | 242 | 354 | 41 | 37 | 0 | 7 | 356 | 103 | 115 |
| Binary | 10011111 | 10100010 | 11101100 | 100001 | 11111 | 0 | 111 | 11101110 | 1000011 | 1001101 |
Color Harmonies of #9FA2EC
Complementary color
Monochromatic Colors of #9FA2EC
Black with #9FA2EC
Text Example
Text Example
White with #9FA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA2EC; }
p { color: rgb(159,162,236); }
H1.HeaderClassName
{
color: #9FA2EC;
}
.AnyTagClassName
{
color: #9FA2EC;
}
</style>
background-color css
<style>
a { background-color: #9FA2EC; }
a { background-color: rgb(159,162,236); }
div.DivClassName
{
background-color: #9FA2EC;
}
.BgClassName
{
background-color: #9FA2EC;
}
</style>
border-color css
<style>
span { border-color: #9FA2EC; }
span { border-color: rgb(159,162,236); }
td.TdClassName
{
border-color: #9FA2EC;
}
.TagClassName
{
border-color: #9FA2EC;
}
</style>