Shades of Perano #9DA3EE
Tints of Perano #9DA3EE
RGB
CMYK
RGB Variations
Color information
#9DA3EE (or 0x9DA3EE) is known color: Perano. HEX triplet: 9D, A3 and EE. RGB value is (157,163,238). Sum of RGB (Red+Green+Blue) = 157+163+238=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DA3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA3EE is #625C11. Grayscale: #A9A9A9. Windows color (decimal): -6446098 or 15639453. OLE color: 15639453.
HSL color Cylindrical-coordinate representation of color #9DA3EE: hue angle of 235.56º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA3EE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 163 | 238 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.07 |
| HSL | 235.56º | 0.7% | 0.77% | - |
| HSV(B) | 235.56º | 0.34% | 0.93% | - |
| XYZ | 42.43 | 39.54 | 86.28 | - |
| YUV | 169.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 238 | 0.34 | 0.32 | 0 | 0.07 | 235.56 | 0.7 | 0.77 |
| Hex | 9D | A3 | EE | 22 | 20 | 0 | 7 | EC | 46 | 4D |
| Octal | 235 | 243 | 356 | 42 | 40 | 0 | 7 | 354 | 106 | 115 |
| Binary | 10011101 | 10100011 | 11101110 | 100010 | 100000 | 0 | 111 | 11101100 | 1000110 | 1001101 |
Color Harmonies of #9DA3EE
Complementary color
Monochromatic Colors of #9DA3EE
Black with #9DA3EE
Text Example
Text Example
White with #9DA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA3EE; }
p { color: rgb(157,163,238); }
H1.HeaderClassName
{
color: #9DA3EE;
}
.AnyTagClassName
{
color: #9DA3EE;
}
</style>
background-color css
<style>
a { background-color: #9DA3EE; }
a { background-color: rgb(157,163,238); }
div.DivClassName
{
background-color: #9DA3EE;
}
.BgClassName
{
background-color: #9DA3EE;
}
</style>
border-color css
<style>
span { border-color: #9DA3EE; }
span { border-color: rgb(157,163,238); }
td.TdClassName
{
border-color: #9DA3EE;
}
.TagClassName
{
border-color: #9DA3EE;
}
</style>