Shades of Perano #9EAEF4
Tints of Perano #9EAEF4
RGB
CMYK
RGB Variations
Color information
#9EAEF4 (or 0x9EAEF4) is known color: Perano. HEX triplet: 9E, AE and F4. RGB value is (158,174,244). Sum of RGB (Red+Green+Blue) = 158+174+244=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EAEF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEF4 is #61510B. Grayscale: #B0B0B0. Windows color (decimal): -6377740 or 16035486. OLE color: 16035486.
HSL color Cylindrical-coordinate representation of color #9EAEF4: hue angle of 228.84º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EAEF4 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 174 | 244 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.04 |
| HSL | 228.84º | 0.8% | 0.79% | - |
| HSV(B) | 228.84º | 0.35% | 0.96% | - |
| XYZ | 45.57 | 44.07 | 91.69 | - |
| YUV | 177.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 244 | 0.35 | 0.29 | 0 | 0.04 | 228.84 | 0.8 | 0.79 |
| Hex | 9E | AE | F4 | 23 | 1D | 0 | 4 | E5 | 50 | 4F |
| Octal | 236 | 256 | 364 | 43 | 35 | 0 | 4 | 345 | 120 | 117 |
| Binary | 10011110 | 10101110 | 11110100 | 100011 | 11101 | 0 | 100 | 11100101 | 1010000 | 1001111 |
Color Harmonies of #9EAEF4
Complementary color
Monochromatic Colors of #9EAEF4
Black with #9EAEF4
Text Example
Text Example
White with #9EAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAEF4; }
p { color: rgb(158,174,244); }
H1.HeaderClassName
{
color: #9EAEF4;
}
.AnyTagClassName
{
color: #9EAEF4;
}
</style>
background-color css
<style>
a { background-color: #9EAEF4; }
a { background-color: rgb(158,174,244); }
div.DivClassName
{
background-color: #9EAEF4;
}
.BgClassName
{
background-color: #9EAEF4;
}
</style>
border-color css
<style>
span { border-color: #9EAEF4; }
span { border-color: rgb(158,174,244); }
td.TdClassName
{
border-color: #9EAEF4;
}
.TagClassName
{
border-color: #9EAEF4;
}
</style>