Shades of Perano #9DB4F7
Tints of Perano #9DB4F7
RGB
CMYK
RGB Variations
Color information
#9DB4F7 (or 0x9DB4F7) is known color: Perano. HEX triplet: 9D, B4 and F7. RGB value is (157,180,247). Sum of RGB (Red+Green+Blue) = 157+180+247=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DB4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4F7 is #624B08. Grayscale: #B4B4B4. Windows color (decimal): -6441737 or 16233629. OLE color: 16233629.
HSL color Cylindrical-coordinate representation of color #9DB4F7: hue angle of 224.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB4F7 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 180 | 247 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.03 |
| HSL | 224.67º | 0.85% | 0.79% | - |
| HSV(B) | 224.67º | 0.36% | 0.97% | - |
| XYZ | 47.01 | 46.53 | 94.5 | - |
| YUV | 180.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 247 | 0.36 | 0.27 | 0 | 0.03 | 224.67 | 0.85 | 0.79 |
| Hex | 9D | B4 | F7 | 24 | 1B | 0 | 3 | E1 | 55 | 4F |
| Octal | 235 | 264 | 367 | 44 | 33 | 0 | 3 | 341 | 125 | 117 |
| Binary | 10011101 | 10110100 | 11110111 | 100100 | 11011 | 0 | 11 | 11100001 | 1010101 | 1001111 |
Color Harmonies of #9DB4F7
Complementary color
Monochromatic Colors of #9DB4F7
Black with #9DB4F7
Text Example
Text Example
White with #9DB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4F7; }
p { color: rgb(157,180,247); }
H1.HeaderClassName
{
color: #9DB4F7;
}
.AnyTagClassName
{
color: #9DB4F7;
}
</style>
background-color css
<style>
a { background-color: #9DB4F7; }
a { background-color: rgb(157,180,247); }
div.DivClassName
{
background-color: #9DB4F7;
}
.BgClassName
{
background-color: #9DB4F7;
}
</style>
border-color css
<style>
span { border-color: #9DB4F7; }
span { border-color: rgb(157,180,247); }
td.TdClassName
{
border-color: #9DB4F7;
}
.TagClassName
{
border-color: #9DB4F7;
}
</style>