Shades of Perano #9DB4FF
Tints of Perano #9DB4FF
RGB
CMYK
RGB Variations
Color information
#9DB4FF (or 0x9DB4FF) is known color: Perano. HEX triplet: 9D, B4 and FF. RGB value is (157,180,255). Sum of RGB (Red+Green+Blue) = 157+180+255=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4FF is #624B00. Grayscale: #B5B5B5. Windows color (decimal): -6441729 or 16757917. OLE color: 16757917.
HSL color Cylindrical-coordinate representation of color #9DB4FF: hue angle of 225.92º 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 #9DB4FF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 180 | 255 | - |
| CMYK | 0.38 | 0.29 | 0 | 0 |
| HSL | 225.92º | 1% | 0.81% | - |
| HSV(B) | 225.92º | 0.38% | 1% | - |
| XYZ | 48.28 | 47.03 | 101.14 | - |
| YUV | 181.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 255 | 0.38 | 0.29 | 0 | 0 | 225.92 | 1 | 0.81 |
| Hex | 9D | B4 | FF | 26 | 1D | 0 | 0 | E2 | 64 | 51 |
| Octal | 235 | 264 | 377 | 46 | 35 | 0 | 0 | 342 | 144 | 121 |
| Binary | 10011101 | 10110100 | 11111111 | 100110 | 11101 | 0 | 0 | 11100010 | 1100100 | 1010001 |
Color Harmonies of #9DB4FF
Complementary color
Monochromatic Colors of #9DB4FF
Black with #9DB4FF
Text Example
Text Example
White with #9DB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4FF; }
p { color: rgb(157,180,255); }
H1.HeaderClassName
{
color: #9DB4FF;
}
.AnyTagClassName
{
color: #9DB4FF;
}
</style>
background-color css
<style>
a { background-color: #9DB4FF; }
a { background-color: rgb(157,180,255); }
div.DivClassName
{
background-color: #9DB4FF;
}
.BgClassName
{
background-color: #9DB4FF;
}
</style>
border-color css
<style>
span { border-color: #9DB4FF; }
span { border-color: rgb(157,180,255); }
td.TdClassName
{
border-color: #9DB4FF;
}
.TagClassName
{
border-color: #9DB4FF;
}
</style>