Shades of Perano #9DB5FF
Tints of Perano #9DB5FF
RGB
CMYK
RGB Variations
Color information
#9DB5FF (or 0x9DB5FF) is known color: Perano. HEX triplet: 9D, B5 and FF. RGB value is (157,181,255). Sum of RGB (Red+Green+Blue) = 157+181+255=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5FF is #624A00. Grayscale: #B5B5B5. Windows color (decimal): -6441473 or 16758173. OLE color: 16758173.
HSL color Cylindrical-coordinate representation of color #9DB5FF: hue angle of 225.31º 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 #9DB5FF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 181 | 255 | - |
| CMYK | 0.38 | 0.29 | 0 | 0 |
| HSL | 225.31º | 1% | 0.81% | - |
| HSV(B) | 225.31º | 0.38% | 1% | - |
| XYZ | 48.48 | 47.44 | 101.21 | - |
| YUV | 182.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 255 | 0.38 | 0.29 | 0 | 0 | 225.31 | 1 | 0.81 |
| Hex | 9D | B5 | FF | 26 | 1D | 0 | 0 | E1 | 64 | 51 |
| Octal | 235 | 265 | 377 | 46 | 35 | 0 | 0 | 341 | 144 | 121 |
| Binary | 10011101 | 10110101 | 11111111 | 100110 | 11101 | 0 | 0 | 11100001 | 1100100 | 1010001 |
Color Harmonies of #9DB5FF
Complementary color
Monochromatic Colors of #9DB5FF
Black with #9DB5FF
Text Example
Text Example
White with #9DB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5FF; }
p { color: rgb(157,181,255); }
H1.HeaderClassName
{
color: #9DB5FF;
}
.AnyTagClassName
{
color: #9DB5FF;
}
</style>
background-color css
<style>
a { background-color: #9DB5FF; }
a { background-color: rgb(157,181,255); }
div.DivClassName
{
background-color: #9DB5FF;
}
.BgClassName
{
background-color: #9DB5FF;
}
</style>
border-color css
<style>
span { border-color: #9DB5FF; }
span { border-color: rgb(157,181,255); }
td.TdClassName
{
border-color: #9DB5FF;
}
.TagClassName
{
border-color: #9DB5FF;
}
</style>