Shades of Perano #9DB3EF
Tints of Perano #9DB3EF
RGB
CMYK
RGB Variations
Color information
#9DB3EF (or 0x9DB3EF) is known color: Perano. HEX triplet: 9D, B3 and EF. RGB value is (157,179,239). Sum of RGB (Red+Green+Blue) = 157+179+239=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3EF is #624C10. Grayscale: #B3B3B3. Windows color (decimal): -6442001 or 15709085. OLE color: 15709085.
HSL color Cylindrical-coordinate representation of color #9DB3EF: hue angle of 223.9º 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 #9DB3EF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 179 | 239 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.06 |
| HSL | 223.9º | 0.72% | 0.78% | - |
| HSV(B) | 223.9º | 0.34% | 0.94% | - |
| XYZ | 45.6 | 45.64 | 88.07 | - |
| YUV | 179.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 239 | 0.34 | 0.25 | 0 | 0.06 | 223.9 | 0.72 | 0.78 |
| Hex | 9D | B3 | EF | 22 | 19 | 0 | 6 | E0 | 48 | 4E |
| Octal | 235 | 263 | 357 | 42 | 31 | 0 | 6 | 340 | 110 | 116 |
| Binary | 10011101 | 10110011 | 11101111 | 100010 | 11001 | 0 | 110 | 11100000 | 1001000 | 1001110 |
Color Harmonies of #9DB3EF
Complementary color
Monochromatic Colors of #9DB3EF
Black with #9DB3EF
Text Example
Text Example
White with #9DB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3EF; }
p { color: rgb(157,179,239); }
H1.HeaderClassName
{
color: #9DB3EF;
}
.AnyTagClassName
{
color: #9DB3EF;
}
</style>
background-color css
<style>
a { background-color: #9DB3EF; }
a { background-color: rgb(157,179,239); }
div.DivClassName
{
background-color: #9DB3EF;
}
.BgClassName
{
background-color: #9DB3EF;
}
</style>
border-color css
<style>
span { border-color: #9DB3EF; }
span { border-color: rgb(157,179,239); }
td.TdClassName
{
border-color: #9DB3EF;
}
.TagClassName
{
border-color: #9DB3EF;
}
</style>