Shades of Perano #9DB4FE
Tints of Perano #9DB4FE
RGB
CMYK
RGB Variations
Color information
#9DB4FE (or 0x9DB4FE) is known color: Perano. HEX triplet: 9D, B4 and FE. RGB value is (157,180,254). Sum of RGB (Red+Green+Blue) = 157+180+254=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4FE is #624B01. Grayscale: #B5B5B5. Windows color (decimal): -6441730 or 16692381. OLE color: 16692381.
HSL color Cylindrical-coordinate representation of color #9DB4FE: hue angle of 225.77º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB4FE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 180 | 254 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.00 |
| HSL | 225.77º | 0.98% | 0.81% | - |
| HSV(B) | 225.77º | 0.38% | 1% | - |
| XYZ | 48.12 | 46.97 | 100.3 | - |
| YUV | 181.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 254 | 0.38 | 0.29 | 0 | 0.00 | 225.77 | 0.98 | 0.81 |
| Hex | 9D | B4 | FE | 26 | 1D | 0 | 0 | E2 | 62 | 51 |
| Octal | 235 | 264 | 376 | 46 | 35 | 0 | 0 | 342 | 142 | 121 |
| Binary | 10011101 | 10110100 | 11111110 | 100110 | 11101 | 0 | 0 | 11100010 | 1100010 | 1010001 |
Color Harmonies of #9DB4FE
Complementary color
Monochromatic Colors of #9DB4FE
Black with #9DB4FE
Text Example
Text Example
White with #9DB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4FE; }
p { color: rgb(157,180,254); }
H1.HeaderClassName
{
color: #9DB4FE;
}
.AnyTagClassName
{
color: #9DB4FE;
}
</style>
background-color css
<style>
a { background-color: #9DB4FE; }
a { background-color: rgb(157,180,254); }
div.DivClassName
{
background-color: #9DB4FE;
}
.BgClassName
{
background-color: #9DB4FE;
}
</style>
border-color css
<style>
span { border-color: #9DB4FE; }
span { border-color: rgb(157,180,254); }
td.TdClassName
{
border-color: #9DB4FE;
}
.TagClassName
{
border-color: #9DB4FE;
}
</style>