Shades of Perano #9DB1EC
Tints of Perano #9DB1EC
RGB
CMYK
RGB Variations
Color information
#9DB1EC (or 0x9DB1EC) is known color: Perano. HEX triplet: 9D, B1 and EC. RGB value is (157,177,236). Sum of RGB (Red+Green+Blue) = 157+177+236=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1EC is #624E13. Grayscale: #B1B1B1. Windows color (decimal): -6442516 or 15511965. OLE color: 15511965.
HSL color Cylindrical-coordinate representation of color #9DB1EC: hue angle of 224.81º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB1EC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 177 | 236 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.07 |
| HSL | 224.81º | 0.68% | 0.77% | - |
| HSV(B) | 224.81º | 0.33% | 0.93% | - |
| XYZ | 44.77 | 44.67 | 85.62 | - |
| YUV | 177.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 236 | 0.33 | 0.25 | 0 | 0.07 | 224.81 | 0.68 | 0.77 |
| Hex | 9D | B1 | EC | 21 | 19 | 0 | 7 | E1 | 44 | 4D |
| Octal | 235 | 261 | 354 | 41 | 31 | 0 | 7 | 341 | 104 | 115 |
| Binary | 10011101 | 10110001 | 11101100 | 100001 | 11001 | 0 | 111 | 11100001 | 1000100 | 1001101 |
Color Harmonies of #9DB1EC
Complementary color
Monochromatic Colors of #9DB1EC
Black with #9DB1EC
Text Example
Text Example
White with #9DB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1EC; }
p { color: rgb(157,177,236); }
H1.HeaderClassName
{
color: #9DB1EC;
}
.AnyTagClassName
{
color: #9DB1EC;
}
</style>
background-color css
<style>
a { background-color: #9DB1EC; }
a { background-color: rgb(157,177,236); }
div.DivClassName
{
background-color: #9DB1EC;
}
.BgClassName
{
background-color: #9DB1EC;
}
</style>
border-color css
<style>
span { border-color: #9DB1EC; }
span { border-color: rgb(157,177,236); }
td.TdClassName
{
border-color: #9DB1EC;
}
.TagClassName
{
border-color: #9DB1EC;
}
</style>