Shades of Perano #9DB2EA
Tints of Perano #9DB2EA
RGB
CMYK
RGB Variations
Color information
#9DB2EA (or 0x9DB2EA) is known color: Perano. HEX triplet: 9D, B2 and EA. RGB value is (157,178,234). Sum of RGB (Red+Green+Blue) = 157+178+234=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2EA is #624D15. Grayscale: #B1B1B1. Windows color (decimal): -6442262 or 15381149. OLE color: 15381149.
HSL color Cylindrical-coordinate representation of color #9DB2EA: hue angle of 223.64º 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 #9DB2EA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 178 | 234 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.08 |
| HSL | 223.64º | 0.65% | 0.77% | - |
| HSV(B) | 223.64º | 0.33% | 0.92% | - |
| XYZ | 44.68 | 44.95 | 84.16 | - |
| YUV | 178.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 234 | 0.33 | 0.24 | 0 | 0.08 | 223.64 | 0.65 | 0.77 |
| Hex | 9D | B2 | EA | 21 | 18 | 0 | 8 | E0 | 41 | 4D |
| Octal | 235 | 262 | 352 | 41 | 30 | 0 | 10 | 340 | 101 | 115 |
| Binary | 10011101 | 10110010 | 11101010 | 100001 | 11000 | 0 | 1000 | 11100000 | 1000001 | 1001101 |
Color Harmonies of #9DB2EA
Complementary color
Monochromatic Colors of #9DB2EA
Black with #9DB2EA
Text Example
Text Example
White with #9DB2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2EA; }
p { color: rgb(157,178,234); }
H1.HeaderClassName
{
color: #9DB2EA;
}
.AnyTagClassName
{
color: #9DB2EA;
}
</style>
background-color css
<style>
a { background-color: #9DB2EA; }
a { background-color: rgb(157,178,234); }
div.DivClassName
{
background-color: #9DB2EA;
}
.BgClassName
{
background-color: #9DB2EA;
}
</style>
border-color css
<style>
span { border-color: #9DB2EA; }
span { border-color: rgb(157,178,234); }
td.TdClassName
{
border-color: #9DB2EA;
}
.TagClassName
{
border-color: #9DB2EA;
}
</style>