Shades of Perano #9DB9FC
Tints of Perano #9DB9FC
RGB
CMYK
RGB Variations
Color information
#9DB9FC (or 0x9DB9FC) is known color: Perano. HEX triplet: 9D, B9 and FC. RGB value is (157,185,252). Sum of RGB (Red+Green+Blue) = 157+185+252=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB9FC is #624603. Grayscale: #B7B7B7. Windows color (decimal): -6440452 or 16562589. OLE color: 16562589.
HSL color Cylindrical-coordinate representation of color #9DB9FC: hue angle of 222.32º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB9FC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 185 | 252 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.01 |
| HSL | 222.32º | 0.94% | 0.8% | - |
| HSV(B) | 222.32º | 0.38% | 0.99% | - |
| XYZ | 48.82 | 48.89 | 98.96 | - |
| YUV | 184.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 252 | 0.38 | 0.27 | 0 | 0.01 | 222.32 | 0.94 | 0.8 |
| Hex | 9D | B9 | FC | 26 | 1B | 0 | 1 | DE | 5E | 50 |
| Octal | 235 | 271 | 374 | 46 | 33 | 0 | 1 | 336 | 136 | 120 |
| Binary | 10011101 | 10111001 | 11111100 | 100110 | 11011 | 0 | 1 | 11011110 | 1011110 | 1010000 |
Color Harmonies of #9DB9FC
Complementary color
Monochromatic Colors of #9DB9FC
Black with #9DB9FC
Text Example
Text Example
White with #9DB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB9FC; }
p { color: rgb(157,185,252); }
H1.HeaderClassName
{
color: #9DB9FC;
}
.AnyTagClassName
{
color: #9DB9FC;
}
</style>
background-color css
<style>
a { background-color: #9DB9FC; }
a { background-color: rgb(157,185,252); }
div.DivClassName
{
background-color: #9DB9FC;
}
.BgClassName
{
background-color: #9DB9FC;
}
</style>
border-color css
<style>
span { border-color: #9DB9FC; }
span { border-color: rgb(157,185,252); }
td.TdClassName
{
border-color: #9DB9FC;
}
.TagClassName
{
border-color: #9DB9FC;
}
</style>