Shades of Perano #9DBDF7
Tints of Perano #9DBDF7
RGB
CMYK
RGB Variations
Color information
#9DBDF7 (or 0x9DBDF7) is known color: Perano. HEX triplet: 9D, BD and F7. RGB value is (157,189,247). Sum of RGB (Red+Green+Blue) = 157+189+247=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DBDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDF7 is #624208. Grayscale: #B9B9B9. Windows color (decimal): -6439433 or 16235933. OLE color: 16235933.
HSL color Cylindrical-coordinate representation of color #9DBDF7: hue angle of 218.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DBDF7 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 189 | 247 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.03 |
| HSL | 218.67º | 0.85% | 0.79% | - |
| HSV(B) | 218.67º | 0.36% | 0.97% | - |
| XYZ | 48.89 | 50.28 | 95.12 | - |
| YUV | 186.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 247 | 0.36 | 0.23 | 0 | 0.03 | 218.67 | 0.85 | 0.79 |
| Hex | 9D | BD | F7 | 24 | 17 | 0 | 3 | DB | 55 | 4F |
| Octal | 235 | 275 | 367 | 44 | 27 | 0 | 3 | 333 | 125 | 117 |
| Binary | 10011101 | 10111101 | 11110111 | 100100 | 10111 | 0 | 11 | 11011011 | 1010101 | 1001111 |
Color Harmonies of #9DBDF7
Complementary color
Monochromatic Colors of #9DBDF7
Black with #9DBDF7
Text Example
Text Example
White with #9DBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDF7; }
p { color: rgb(157,189,247); }
H1.HeaderClassName
{
color: #9DBDF7;
}
.AnyTagClassName
{
color: #9DBDF7;
}
</style>
background-color css
<style>
a { background-color: #9DBDF7; }
a { background-color: rgb(157,189,247); }
div.DivClassName
{
background-color: #9DBDF7;
}
.BgClassName
{
background-color: #9DBDF7;
}
</style>
border-color css
<style>
span { border-color: #9DBDF7; }
span { border-color: rgb(157,189,247); }
td.TdClassName
{
border-color: #9DBDF7;
}
.TagClassName
{
border-color: #9DBDF7;
}
</style>