Shades of Perano #9FA3EF
Tints of Perano #9FA3EF
RGB
CMYK
RGB Variations
Color information
#9FA3EF (or 0x9FA3EF) is known color: Perano. HEX triplet: 9F, A3 and EF. RGB value is (159,163,239). Sum of RGB (Red+Green+Blue) = 159+163+239=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FA3EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA3EF is #605C10. Grayscale: #AAAAAA. Windows color (decimal): -6315025 or 15704991. OLE color: 15704991.
HSL color Cylindrical-coordinate representation of color #9FA3EF: hue angle of 237º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA3EF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 163 | 239 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.06 |
| HSL | 237º | 0.71% | 0.78% | - |
| HSV(B) | 237º | 0.33% | 0.94% | - |
| XYZ | 42.98 | 39.8 | 87.08 | - |
| YUV | 170.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 239 | 0.33 | 0.32 | 0 | 0.06 | 237 | 0.71 | 0.78 |
| Hex | 9F | A3 | EF | 21 | 20 | 0 | 6 | ED | 47 | 4E |
| Octal | 237 | 243 | 357 | 41 | 40 | 0 | 6 | 355 | 107 | 116 |
| Binary | 10011111 | 10100011 | 11101111 | 100001 | 100000 | 0 | 110 | 11101101 | 1000111 | 1001110 |
Color Harmonies of #9FA3EF
Complementary color
Monochromatic Colors of #9FA3EF
Black with #9FA3EF
Text Example
Text Example
White with #9FA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3EF; }
p { color: rgb(159,163,239); }
H1.HeaderClassName
{
color: #9FA3EF;
}
.AnyTagClassName
{
color: #9FA3EF;
}
</style>
background-color css
<style>
a { background-color: #9FA3EF; }
a { background-color: rgb(159,163,239); }
div.DivClassName
{
background-color: #9FA3EF;
}
.BgClassName
{
background-color: #9FA3EF;
}
</style>
border-color css
<style>
span { border-color: #9FA3EF; }
span { border-color: rgb(159,163,239); }
td.TdClassName
{
border-color: #9FA3EF;
}
.TagClassName
{
border-color: #9FA3EF;
}
</style>