Shades of Perano #9DB1FA
Tints of Perano #9DB1FA
RGB
CMYK
RGB Variations
Color information
#9DB1FA (or 0x9DB1FA) is known color: Perano. HEX triplet: 9D, B1 and FA. RGB value is (157,177,250). Sum of RGB (Red+Green+Blue) = 157+177+250=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1FA is #624E05. Grayscale: #B3B3B3. Windows color (decimal): -6442502 or 16429469. OLE color: 16429469.
HSL color Cylindrical-coordinate representation of color #9DB1FA: hue angle of 227.1º degrees, saturation: 0.9, 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 #9DB1FA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 177 | 250 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.02 |
| HSL | 227.1º | 0.9% | 0.8% | - |
| HSV(B) | 227.1º | 0.37% | 0.98% | - |
| XYZ | 46.88 | 45.51 | 96.76 | - |
| YUV | 179.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 250 | 0.37 | 0.29 | 0 | 0.02 | 227.1 | 0.9 | 0.8 |
| Hex | 9D | B1 | FA | 25 | 1D | 0 | 2 | E3 | 5A | 50 |
| Octal | 235 | 261 | 372 | 45 | 35 | 0 | 2 | 343 | 132 | 120 |
| Binary | 10011101 | 10110001 | 11111010 | 100101 | 11101 | 0 | 10 | 11100011 | 1011010 | 1010000 |
Color Harmonies of #9DB1FA
Complementary color
Monochromatic Colors of #9DB1FA
Black with #9DB1FA
Text Example
Text Example
White with #9DB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1FA; }
p { color: rgb(157,177,250); }
H1.HeaderClassName
{
color: #9DB1FA;
}
.AnyTagClassName
{
color: #9DB1FA;
}
</style>
background-color css
<style>
a { background-color: #9DB1FA; }
a { background-color: rgb(157,177,250); }
div.DivClassName
{
background-color: #9DB1FA;
}
.BgClassName
{
background-color: #9DB1FA;
}
</style>
border-color css
<style>
span { border-color: #9DB1FA; }
span { border-color: rgb(157,177,250); }
td.TdClassName
{
border-color: #9DB1FA;
}
.TagClassName
{
border-color: #9DB1FA;
}
</style>