Shades of Perano #9DB3EA
Tints of Perano #9DB3EA
RGB
CMYK
RGB Variations
Color information
#9DB3EA (or 0x9DB3EA) is known color: Perano. HEX triplet: 9D, B3 and EA. RGB value is (157,179,234). Sum of RGB (Red+Green+Blue) = 157+179+234=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3EA is #624C15. Grayscale: #B2B2B2. Windows color (decimal): -6442006 or 15381405. OLE color: 15381405.
HSL color Cylindrical-coordinate representation of color #9DB3EA: hue angle of 222.86º 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 #9DB3EA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 179 | 234 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.08 |
| HSL | 222.86º | 0.65% | 0.77% | - |
| HSV(B) | 222.86º | 0.33% | 0.92% | - |
| XYZ | 44.88 | 45.35 | 84.23 | - |
| YUV | 178.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 234 | 0.33 | 0.24 | 0 | 0.08 | 222.86 | 0.65 | 0.77 |
| Hex | 9D | B3 | EA | 21 | 18 | 0 | 8 | DF | 41 | 4D |
| Octal | 235 | 263 | 352 | 41 | 30 | 0 | 10 | 337 | 101 | 115 |
| Binary | 10011101 | 10110011 | 11101010 | 100001 | 11000 | 0 | 1000 | 11011111 | 1000001 | 1001101 |
Color Harmonies of #9DB3EA
Complementary color
Monochromatic Colors of #9DB3EA
Black with #9DB3EA
Text Example
Text Example
White with #9DB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3EA; }
p { color: rgb(157,179,234); }
H1.HeaderClassName
{
color: #9DB3EA;
}
.AnyTagClassName
{
color: #9DB3EA;
}
</style>
background-color css
<style>
a { background-color: #9DB3EA; }
a { background-color: rgb(157,179,234); }
div.DivClassName
{
background-color: #9DB3EA;
}
.BgClassName
{
background-color: #9DB3EA;
}
</style>
border-color css
<style>
span { border-color: #9DB3EA; }
span { border-color: rgb(157,179,234); }
td.TdClassName
{
border-color: #9DB3EA;
}
.TagClassName
{
border-color: #9DB3EA;
}
</style>