Shades of Perano #9DB7FA
Tints of Perano #9DB7FA
RGB
CMYK
RGB Variations
Color information
#9DB7FA (or 0x9DB7FA) is known color: Perano. HEX triplet: 9D, B7 and FA. RGB value is (157,183,250). Sum of RGB (Red+Green+Blue) = 157+183+250=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7FA is #624805. Grayscale: #B6B6B6. Windows color (decimal): -6440966 or 16431005. OLE color: 16431005.
HSL color Cylindrical-coordinate representation of color #9DB7FA: hue angle of 223.23º degrees, saturation: 0.9, 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 #9DB7FA is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 183 | 250 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.02 |
| HSL | 223.23º | 0.9% | 0.8% | - |
| HSV(B) | 223.23º | 0.37% | 0.98% | - |
| XYZ | 48.09 | 47.94 | 97.16 | - |
| YUV | 182.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 250 | 0.37 | 0.27 | 0 | 0.02 | 223.23 | 0.9 | 0.8 |
| Hex | 9D | B7 | FA | 25 | 1B | 0 | 2 | DF | 5A | 50 |
| Octal | 235 | 267 | 372 | 45 | 33 | 0 | 2 | 337 | 132 | 120 |
| Binary | 10011101 | 10110111 | 11111010 | 100101 | 11011 | 0 | 10 | 11011111 | 1011010 | 1010000 |
Color Harmonies of #9DB7FA
Complementary color
Monochromatic Colors of #9DB7FA
Black with #9DB7FA
Text Example
Text Example
White with #9DB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB7FA; }
p { color: rgb(157,183,250); }
H1.HeaderClassName
{
color: #9DB7FA;
}
.AnyTagClassName
{
color: #9DB7FA;
}
</style>
background-color css
<style>
a { background-color: #9DB7FA; }
a { background-color: rgb(157,183,250); }
div.DivClassName
{
background-color: #9DB7FA;
}
.BgClassName
{
background-color: #9DB7FA;
}
</style>
border-color css
<style>
span { border-color: #9DB7FA; }
span { border-color: rgb(157,183,250); }
td.TdClassName
{
border-color: #9DB7FA;
}
.TagClassName
{
border-color: #9DB7FA;
}
</style>