Shades of Perano #9DABEA
Tints of Perano #9DABEA
RGB
CMYK
RGB Variations
Color information
#9DABEA (or 0x9DABEA) is known color: Perano. HEX triplet: 9D, AB and EA. RGB value is (157,171,234). Sum of RGB (Red+Green+Blue) = 157+171+234=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABEA is #625415. Grayscale: #ADADAD. Windows color (decimal): -6444054 or 15379357. OLE color: 15379357.
HSL color Cylindrical-coordinate representation of color #9DABEA: hue angle of 229.09º degrees, saturation: 0.65, 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 #9DABEA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 171 | 234 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.08 |
| HSL | 229.09º | 0.65% | 0.77% | - |
| HSV(B) | 229.09º | 0.33% | 0.92% | - |
| XYZ | 43.32 | 42.23 | 83.71 | - |
| YUV | 174 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 234 | 0.33 | 0.27 | 0 | 0.08 | 229.09 | 0.65 | 0.77 |
| Hex | 9D | AB | EA | 21 | 1B | 0 | 8 | E5 | 41 | 4D |
| Octal | 235 | 253 | 352 | 41 | 33 | 0 | 10 | 345 | 101 | 115 |
| Binary | 10011101 | 10101011 | 11101010 | 100001 | 11011 | 0 | 1000 | 11100101 | 1000001 | 1001101 |
Color Harmonies of #9DABEA
Complementary color
Monochromatic Colors of #9DABEA
Black with #9DABEA
Text Example
Text Example
White with #9DABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABEA; }
p { color: rgb(157,171,234); }
H1.HeaderClassName
{
color: #9DABEA;
}
.AnyTagClassName
{
color: #9DABEA;
}
</style>
background-color css
<style>
a { background-color: #9DABEA; }
a { background-color: rgb(157,171,234); }
div.DivClassName
{
background-color: #9DABEA;
}
.BgClassName
{
background-color: #9DABEA;
}
</style>
border-color css
<style>
span { border-color: #9DABEA; }
span { border-color: rgb(157,171,234); }
td.TdClassName
{
border-color: #9DABEA;
}
.TagClassName
{
border-color: #9DABEA;
}
</style>