Shades of Perano #9DB4FB
Tints of Perano #9DB4FB
RGB
CMYK
RGB Variations
Color information
#9DB4FB (or 0x9DB4FB) is known color: Perano. HEX triplet: 9D, B4 and FB. RGB value is (157,180,251). Sum of RGB (Red+Green+Blue) = 157+180+251=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4FB is #624B04. Grayscale: #B4B4B4. Windows color (decimal): -6441733 or 16495773. OLE color: 16495773.
HSL color Cylindrical-coordinate representation of color #9DB4FB: hue angle of 225.32º 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 #9DB4FB is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 180 | 251 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.02 |
| HSL | 225.32º | 0.92% | 0.8% | - |
| HSV(B) | 225.32º | 0.37% | 0.98% | - |
| XYZ | 47.64 | 46.78 | 97.78 | - |
| YUV | 181.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 251 | 0.37 | 0.28 | 0 | 0.02 | 225.32 | 0.92 | 0.8 |
| Hex | 9D | B4 | FB | 25 | 1C | 0 | 2 | E1 | 5C | 50 |
| Octal | 235 | 264 | 373 | 45 | 34 | 0 | 2 | 341 | 134 | 120 |
| Binary | 10011101 | 10110100 | 11111011 | 100101 | 11100 | 0 | 10 | 11100001 | 1011100 | 1010000 |
Color Harmonies of #9DB4FB
Complementary color
Monochromatic Colors of #9DB4FB
Black with #9DB4FB
Text Example
Text Example
White with #9DB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4FB; }
p { color: rgb(157,180,251); }
H1.HeaderClassName
{
color: #9DB4FB;
}
.AnyTagClassName
{
color: #9DB4FB;
}
</style>
background-color css
<style>
a { background-color: #9DB4FB; }
a { background-color: rgb(157,180,251); }
div.DivClassName
{
background-color: #9DB4FB;
}
.BgClassName
{
background-color: #9DB4FB;
}
</style>
border-color css
<style>
span { border-color: #9DB4FB; }
span { border-color: rgb(157,180,251); }
td.TdClassName
{
border-color: #9DB4FB;
}
.TagClassName
{
border-color: #9DB4FB;
}
</style>