Shades of Perano #9DADEB
Tints of Perano #9DADEB
RGB
CMYK
RGB Variations
Color information
#9DADEB (or 0x9DADEB) is known color: Perano. HEX triplet: 9D, AD and EB. RGB value is (157,173,235). Sum of RGB (Red+Green+Blue) = 157+173+235=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DADEB is #625214. Grayscale: #AFAFAF. Windows color (decimal): -6443541 or 15445405. OLE color: 15445405.
HSL color Cylindrical-coordinate representation of color #9DADEB: hue angle of 227.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DADEB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 173 | 235 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.08 |
| HSL | 227.69º | 0.66% | 0.77% | - |
| HSV(B) | 227.69º | 0.33% | 0.92% | - |
| XYZ | 43.84 | 43.05 | 84.6 | - |
| YUV | 175.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 235 | 0.33 | 0.26 | 0 | 0.08 | 227.69 | 0.66 | 0.77 |
| Hex | 9D | AD | EB | 21 | 1A | 0 | 8 | E4 | 42 | 4D |
| Octal | 235 | 255 | 353 | 41 | 32 | 0 | 10 | 344 | 102 | 115 |
| Binary | 10011101 | 10101101 | 11101011 | 100001 | 11010 | 0 | 1000 | 11100100 | 1000010 | 1001101 |
Color Harmonies of #9DADEB
Complementary color
Monochromatic Colors of #9DADEB
Black with #9DADEB
Text Example
Text Example
White with #9DADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADEB; }
p { color: rgb(157,173,235); }
H1.HeaderClassName
{
color: #9DADEB;
}
.AnyTagClassName
{
color: #9DADEB;
}
</style>
background-color css
<style>
a { background-color: #9DADEB; }
a { background-color: rgb(157,173,235); }
div.DivClassName
{
background-color: #9DADEB;
}
.BgClassName
{
background-color: #9DADEB;
}
</style>
border-color css
<style>
span { border-color: #9DADEB; }
span { border-color: rgb(157,173,235); }
td.TdClassName
{
border-color: #9DADEB;
}
.TagClassName
{
border-color: #9DADEB;
}
</style>