Shades of Perano #9DB5FD
Tints of Perano #9DB5FD
RGB
CMYK
RGB Variations
Color information
#9DB5FD (or 0x9DB5FD) is known color: Perano. HEX triplet: 9D, B5 and FD. RGB value is (157,181,253). Sum of RGB (Red+Green+Blue) = 157+181+253=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FD is #624A02. Grayscale: #B5B5B5. Windows color (decimal): -6441475 or 16627101. OLE color: 16627101.
HSL color Cylindrical-coordinate representation of color #9DB5FD: hue angle of 225º degrees, saturation: 0.96, 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 #9DB5FD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 181 | 253 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.01 |
| HSL | 225º | 0.96% | 0.8% | - |
| HSV(B) | 225º | 0.38% | 0.99% | - |
| XYZ | 48.16 | 47.31 | 99.52 | - |
| YUV | 182.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 253 | 0.38 | 0.28 | 0 | 0.01 | 225 | 0.96 | 0.8 |
| Hex | 9D | B5 | FD | 26 | 1C | 0 | 1 | E1 | 60 | 50 |
| Octal | 235 | 265 | 375 | 46 | 34 | 0 | 1 | 341 | 140 | 120 |
| Binary | 10011101 | 10110101 | 11111101 | 100110 | 11100 | 0 | 1 | 11100001 | 1100000 | 1010000 |
Color Harmonies of #9DB5FD
Complementary color
Monochromatic Colors of #9DB5FD
Black with #9DB5FD
Text Example
Text Example
White with #9DB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5FD; }
p { color: rgb(157,181,253); }
H1.HeaderClassName
{
color: #9DB5FD;
}
.AnyTagClassName
{
color: #9DB5FD;
}
</style>
background-color css
<style>
a { background-color: #9DB5FD; }
a { background-color: rgb(157,181,253); }
div.DivClassName
{
background-color: #9DB5FD;
}
.BgClassName
{
background-color: #9DB5FD;
}
</style>
border-color css
<style>
span { border-color: #9DB5FD; }
span { border-color: rgb(157,181,253); }
td.TdClassName
{
border-color: #9DB5FD;
}
.TagClassName
{
border-color: #9DB5FD;
}
</style>