Shades of Perano #9DB7FF
Tints of Perano #9DB7FF
RGB
CMYK
RGB Variations
Color information
#9DB7FF (or 0x9DB7FF) is known color: Perano. HEX triplet: 9D, B7 and FF. RGB value is (157,183,255). Sum of RGB (Red+Green+Blue) = 157+183+255=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7FF is #624800. Grayscale: #B7B7B7. Windows color (decimal): -6440961 or 16758685. OLE color: 16758685.
HSL color Cylindrical-coordinate representation of color #9DB7FF: hue angle of 224.08º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB7FF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 183 | 255 | - |
| CMYK | 0.38 | 0.28 | 0 | 0 |
| HSL | 224.08º | 1% | 0.81% | - |
| HSV(B) | 224.08º | 0.38% | 1% | - |
| XYZ | 48.89 | 48.26 | 101.35 | - |
| YUV | 183.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 255 | 0.38 | 0.28 | 0 | 0 | 224.08 | 1 | 0.81 |
| Hex | 9D | B7 | FF | 26 | 1C | 0 | 0 | E0 | 64 | 51 |
| Octal | 235 | 267 | 377 | 46 | 34 | 0 | 0 | 340 | 144 | 121 |
| Binary | 10011101 | 10110111 | 11111111 | 100110 | 11100 | 0 | 0 | 11100000 | 1100100 | 1010001 |
Color Harmonies of #9DB7FF
Complementary color
Monochromatic Colors of #9DB7FF
Black with #9DB7FF
Text Example
Text Example
White with #9DB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7FF; }
p { color: rgb(157,183,255); }
H1.HeaderClassName
{
color: #9DB7FF;
}
.AnyTagClassName
{
color: #9DB7FF;
}
</style>
background-color css
<style>
a { background-color: #9DB7FF; }
a { background-color: rgb(157,183,255); }
div.DivClassName
{
background-color: #9DB7FF;
}
.BgClassName
{
background-color: #9DB7FF;
}
</style>
border-color css
<style>
span { border-color: #9DB7FF; }
span { border-color: rgb(157,183,255); }
td.TdClassName
{
border-color: #9DB7FF;
}
.TagClassName
{
border-color: #9DB7FF;
}
</style>