Shades of Perano #9DB1EB
Tints of Perano #9DB1EB
RGB
CMYK
RGB Variations
Color information
#9DB1EB (or 0x9DB1EB) is known color: Perano. HEX triplet: 9D, B1 and EB. RGB value is (157,177,235). Sum of RGB (Red+Green+Blue) = 157+177+235=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1EB is #624E14. Grayscale: #B1B1B1. Windows color (decimal): -6442517 or 15446429. OLE color: 15446429.
HSL color Cylindrical-coordinate representation of color #9DB1EB: hue angle of 224.62º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB1EB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 177 | 235 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.08 |
| HSL | 224.62º | 0.66% | 0.77% | - |
| HSV(B) | 224.62º | 0.33% | 0.92% | - |
| XYZ | 44.62 | 44.61 | 84.86 | - |
| YUV | 177.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 235 | 0.33 | 0.25 | 0 | 0.08 | 224.62 | 0.66 | 0.77 |
| Hex | 9D | B1 | EB | 21 | 19 | 0 | 8 | E1 | 42 | 4D |
| Octal | 235 | 261 | 353 | 41 | 31 | 0 | 10 | 341 | 102 | 115 |
| Binary | 10011101 | 10110001 | 11101011 | 100001 | 11001 | 0 | 1000 | 11100001 | 1000010 | 1001101 |
Color Harmonies of #9DB1EB
Complementary color
Monochromatic Colors of #9DB1EB
Black with #9DB1EB
Text Example
Text Example
White with #9DB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1EB; }
p { color: rgb(157,177,235); }
H1.HeaderClassName
{
color: #9DB1EB;
}
.AnyTagClassName
{
color: #9DB1EB;
}
</style>
background-color css
<style>
a { background-color: #9DB1EB; }
a { background-color: rgb(157,177,235); }
div.DivClassName
{
background-color: #9DB1EB;
}
.BgClassName
{
background-color: #9DB1EB;
}
</style>
border-color css
<style>
span { border-color: #9DB1EB; }
span { border-color: rgb(157,177,235); }
td.TdClassName
{
border-color: #9DB1EB;
}
.TagClassName
{
border-color: #9DB1EB;
}
</style>