Shades of Perano #9FA3E8
Tints of Perano #9FA3E8
RGB
CMYK
RGB Variations
Color information
#9FA3E8 (or 0x9FA3E8) is known color: Perano. HEX triplet: 9F, A3 and E8. RGB value is (159,163,232). Sum of RGB (Red+Green+Blue) = 159+163+232=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FA3E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA3E8 is #605C17. Grayscale: #A9A9A9. Windows color (decimal): -6315032 or 15246239. OLE color: 15246239.
HSL color Cylindrical-coordinate representation of color #9FA3E8: hue angle of 236.71º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA3E8 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 163 | 232 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.09 |
| HSL | 236.71º | 0.61% | 0.77% | - |
| HSV(B) | 236.71º | 0.31% | 0.91% | - |
| XYZ | 41.96 | 39.39 | 81.74 | - |
| YUV | 169.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 232 | 0.31 | 0.30 | 0 | 0.09 | 236.71 | 0.61 | 0.77 |
| Hex | 9F | A3 | E8 | 1F | 1E | 0 | 9 | ED | 3D | 4D |
| Octal | 237 | 243 | 350 | 37 | 36 | 0 | 11 | 355 | 75 | 115 |
| Binary | 10011111 | 10100011 | 11101000 | 11111 | 11110 | 0 | 1001 | 11101101 | 111101 | 1001101 |
Color Harmonies of #9FA3E8
Complementary color
Monochromatic Colors of #9FA3E8
Black with #9FA3E8
Text Example
Text Example
White with #9FA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3E8; }
p { color: rgb(159,163,232); }
H1.HeaderClassName
{
color: #9FA3E8;
}
.AnyTagClassName
{
color: #9FA3E8;
}
</style>
background-color css
<style>
a { background-color: #9FA3E8; }
a { background-color: rgb(159,163,232); }
div.DivClassName
{
background-color: #9FA3E8;
}
.BgClassName
{
background-color: #9FA3E8;
}
</style>
border-color css
<style>
span { border-color: #9FA3E8; }
span { border-color: rgb(159,163,232); }
td.TdClassName
{
border-color: #9FA3E8;
}
.TagClassName
{
border-color: #9FA3E8;
}
</style>