Shades of Perano #9EA5F3
Tints of Perano #9EA5F3
RGB
CMYK
RGB Variations
Color information
#9EA5F3 (or 0x9EA5F3) is known color: Perano. HEX triplet: 9E, A5 and F3. RGB value is (158,165,243). Sum of RGB (Red+Green+Blue) = 158+165+243=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EA5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA5F3 is #615A0C. Grayscale: #ABABAB. Windows color (decimal): -6380045 or 15967646. OLE color: 15967646.
HSL color Cylindrical-coordinate representation of color #9EA5F3: hue angle of 235.06º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EA5F3 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 165 | 243 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.05 |
| HSL | 235.06º | 0.78% | 0.79% | - |
| HSV(B) | 235.06º | 0.35% | 0.95% | - |
| XYZ | 43.73 | 40.65 | 90.34 | - |
| YUV | 171.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 243 | 0.35 | 0.32 | 0 | 0.05 | 235.06 | 0.78 | 0.79 |
| Hex | 9E | A5 | F3 | 23 | 20 | 0 | 5 | EB | 4E | 4F |
| Octal | 236 | 245 | 363 | 43 | 40 | 0 | 5 | 353 | 116 | 117 |
| Binary | 10011110 | 10100101 | 11110011 | 100011 | 100000 | 0 | 101 | 11101011 | 1001110 | 1001111 |
Color Harmonies of #9EA5F3
Complementary color
Monochromatic Colors of #9EA5F3
Black with #9EA5F3
Text Example
Text Example
White with #9EA5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5F3; }
p { color: rgb(158,165,243); }
H1.HeaderClassName
{
color: #9EA5F3;
}
.AnyTagClassName
{
color: #9EA5F3;
}
</style>
background-color css
<style>
a { background-color: #9EA5F3; }
a { background-color: rgb(158,165,243); }
div.DivClassName
{
background-color: #9EA5F3;
}
.BgClassName
{
background-color: #9EA5F3;
}
</style>
border-color css
<style>
span { border-color: #9EA5F3; }
span { border-color: rgb(158,165,243); }
td.TdClassName
{
border-color: #9EA5F3;
}
.TagClassName
{
border-color: #9EA5F3;
}
</style>