Shades of Perano #9DB2FF
Tints of Perano #9DB2FF
RGB
CMYK
RGB Variations
Color information
#9DB2FF (or 0x9DB2FF) is known color: Perano. HEX triplet: 9D, B2 and FF. RGB value is (157,178,255). Sum of RGB (Red+Green+Blue) = 157+178+255=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2FF is #624D00. Grayscale: #B4B4B4. Windows color (decimal): -6442241 or 16757405. OLE color: 16757405.
HSL color Cylindrical-coordinate representation of color #9DB2FF: hue angle of 227.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB2FF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 178 | 255 | - |
| CMYK | 0.38 | 0.30 | 0 | 0 |
| HSL | 227.14º | 1% | 0.81% | - |
| HSV(B) | 227.14º | 0.38% | 1% | - |
| XYZ | 47.88 | 46.23 | 101.01 | - |
| YUV | 180.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 255 | 0.38 | 0.30 | 0 | 0 | 227.14 | 1 | 0.81 |
| Hex | 9D | B2 | FF | 26 | 1E | 0 | 0 | E3 | 64 | 51 |
| Octal | 235 | 262 | 377 | 46 | 36 | 0 | 0 | 343 | 144 | 121 |
| Binary | 10011101 | 10110010 | 11111111 | 100110 | 11110 | 0 | 0 | 11100011 | 1100100 | 1010001 |
Color Harmonies of #9DB2FF
Complementary color
Monochromatic Colors of #9DB2FF
Black with #9DB2FF
Text Example
Text Example
White with #9DB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2FF; }
p { color: rgb(157,178,255); }
H1.HeaderClassName
{
color: #9DB2FF;
}
.AnyTagClassName
{
color: #9DB2FF;
}
</style>
background-color css
<style>
a { background-color: #9DB2FF; }
a { background-color: rgb(157,178,255); }
div.DivClassName
{
background-color: #9DB2FF;
}
.BgClassName
{
background-color: #9DB2FF;
}
</style>
border-color css
<style>
span { border-color: #9DB2FF; }
span { border-color: rgb(157,178,255); }
td.TdClassName
{
border-color: #9DB2FF;
}
.TagClassName
{
border-color: #9DB2FF;
}
</style>