Shades of Perano #9DB2EF
Tints of Perano #9DB2EF
RGB
CMYK
RGB Variations
Color information
#9DB2EF (or 0x9DB2EF) is known color: Perano. HEX triplet: 9D, B2 and EF. RGB value is (157,178,239). Sum of RGB (Red+Green+Blue) = 157+178+239=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2EF is #624D10. Grayscale: #B2B2B2. Windows color (decimal): -6442257 or 15708829. OLE color: 15708829.
HSL color Cylindrical-coordinate representation of color #9DB2EF: hue angle of 224.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB2EF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 178 | 239 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.06 |
| HSL | 224.63º | 0.72% | 0.78% | - |
| HSV(B) | 224.63º | 0.34% | 0.94% | - |
| XYZ | 45.41 | 45.24 | 88 | - |
| YUV | 178.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 239 | 0.34 | 0.26 | 0 | 0.06 | 224.63 | 0.72 | 0.78 |
| Hex | 9D | B2 | EF | 22 | 1A | 0 | 6 | E1 | 48 | 4E |
| Octal | 235 | 262 | 357 | 42 | 32 | 0 | 6 | 341 | 110 | 116 |
| Binary | 10011101 | 10110010 | 11101111 | 100010 | 11010 | 0 | 110 | 11100001 | 1001000 | 1001110 |
Color Harmonies of #9DB2EF
Complementary color
Monochromatic Colors of #9DB2EF
Black with #9DB2EF
Text Example
Text Example
White with #9DB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2EF; }
p { color: rgb(157,178,239); }
H1.HeaderClassName
{
color: #9DB2EF;
}
.AnyTagClassName
{
color: #9DB2EF;
}
</style>
background-color css
<style>
a { background-color: #9DB2EF; }
a { background-color: rgb(157,178,239); }
div.DivClassName
{
background-color: #9DB2EF;
}
.BgClassName
{
background-color: #9DB2EF;
}
</style>
border-color css
<style>
span { border-color: #9DB2EF; }
span { border-color: rgb(157,178,239); }
td.TdClassName
{
border-color: #9DB2EF;
}
.TagClassName
{
border-color: #9DB2EF;
}
</style>