Shades of Perano #9DA2EF
Tints of Perano #9DA2EF
RGB
CMYK
RGB Variations
Color information
#9DA2EF (or 0x9DA2EF) is known color: Perano. HEX triplet: 9D, A2 and EF. RGB value is (157,162,239). Sum of RGB (Red+Green+Blue) = 157+162+239=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2EF is #625D10. Grayscale: #A8A8A8. Windows color (decimal): -6446353 or 15704733. OLE color: 15704733.
HSL color Cylindrical-coordinate representation of color #9DA2EF: hue angle of 236.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA2EF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 162 | 239 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.06 |
| HSL | 236.34º | 0.72% | 0.78% | - |
| HSV(B) | 236.34º | 0.34% | 0.94% | - |
| XYZ | 42.4 | 39.24 | 87 | - |
| YUV | 169.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 239 | 0.34 | 0.32 | 0 | 0.06 | 236.34 | 0.72 | 0.78 |
| Hex | 9D | A2 | EF | 22 | 20 | 0 | 6 | EC | 48 | 4E |
| Octal | 235 | 242 | 357 | 42 | 40 | 0 | 6 | 354 | 110 | 116 |
| Binary | 10011101 | 10100010 | 11101111 | 100010 | 100000 | 0 | 110 | 11101100 | 1001000 | 1001110 |
Color Harmonies of #9DA2EF
Complementary color
Monochromatic Colors of #9DA2EF
Black with #9DA2EF
Text Example
Text Example
White with #9DA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2EF; }
p { color: rgb(157,162,239); }
H1.HeaderClassName
{
color: #9DA2EF;
}
.AnyTagClassName
{
color: #9DA2EF;
}
</style>
background-color css
<style>
a { background-color: #9DA2EF; }
a { background-color: rgb(157,162,239); }
div.DivClassName
{
background-color: #9DA2EF;
}
.BgClassName
{
background-color: #9DA2EF;
}
</style>
border-color css
<style>
span { border-color: #9DA2EF; }
span { border-color: rgb(157,162,239); }
td.TdClassName
{
border-color: #9DA2EF;
}
.TagClassName
{
border-color: #9DA2EF;
}
</style>