Shades of Perano #9DB7FB
Tints of Perano #9DB7FB
RGB
CMYK
RGB Variations
Color information
#9DB7FB (or 0x9DB7FB) is known color: Perano. HEX triplet: 9D, B7 and FB. RGB value is (157,183,251). Sum of RGB (Red+Green+Blue) = 157+183+251=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7FB is #624804. Grayscale: #B6B6B6. Windows color (decimal): -6440965 or 16496541. OLE color: 16496541.
HSL color Cylindrical-coordinate representation of color #9DB7FB: hue angle of 223.4º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DB7FB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 183 | 251 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.02 |
| HSL | 223.4º | 0.92% | 0.8% | - |
| HSV(B) | 223.4º | 0.37% | 0.98% | - |
| XYZ | 48.25 | 48 | 97.99 | - |
| YUV | 182.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 251 | 0.37 | 0.27 | 0 | 0.02 | 223.4 | 0.92 | 0.8 |
| Hex | 9D | B7 | FB | 25 | 1B | 0 | 2 | DF | 5C | 50 |
| Octal | 235 | 267 | 373 | 45 | 33 | 0 | 2 | 337 | 134 | 120 |
| Binary | 10011101 | 10110111 | 11111011 | 100101 | 11011 | 0 | 10 | 11011111 | 1011100 | 1010000 |
Color Harmonies of #9DB7FB
Complementary color
Monochromatic Colors of #9DB7FB
Black with #9DB7FB
Text Example
Text Example
White with #9DB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7FB; }
p { color: rgb(157,183,251); }
H1.HeaderClassName
{
color: #9DB7FB;
}
.AnyTagClassName
{
color: #9DB7FB;
}
</style>
background-color css
<style>
a { background-color: #9DB7FB; }
a { background-color: rgb(157,183,251); }
div.DivClassName
{
background-color: #9DB7FB;
}
.BgClassName
{
background-color: #9DB7FB;
}
</style>
border-color css
<style>
span { border-color: #9DB7FB; }
span { border-color: rgb(157,183,251); }
td.TdClassName
{
border-color: #9DB7FB;
}
.TagClassName
{
border-color: #9DB7FB;
}
</style>