Shades of Perano #9DB2FD
Tints of Perano #9DB2FD
RGB
CMYK
RGB Variations
Color information
#9DB2FD (or 0x9DB2FD) is known color: Perano. HEX triplet: 9D, B2 and FD. RGB value is (157,178,253). Sum of RGB (Red+Green+Blue) = 157+178+253=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2FD is #624D02. Grayscale: #B3B3B3. Windows color (decimal): -6442243 or 16626333. OLE color: 16626333.
HSL color Cylindrical-coordinate representation of color #9DB2FD: hue angle of 226.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB2FD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 178 | 253 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.01 |
| HSL | 226.88º | 0.96% | 0.8% | - |
| HSV(B) | 226.88º | 0.38% | 0.99% | - |
| XYZ | 47.55 | 46.1 | 99.32 | - |
| YUV | 180.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 253 | 0.38 | 0.30 | 0 | 0.01 | 226.88 | 0.96 | 0.8 |
| Hex | 9D | B2 | FD | 26 | 1E | 0 | 1 | E3 | 60 | 50 |
| Octal | 235 | 262 | 375 | 46 | 36 | 0 | 1 | 343 | 140 | 120 |
| Binary | 10011101 | 10110010 | 11111101 | 100110 | 11110 | 0 | 1 | 11100011 | 1100000 | 1010000 |
Color Harmonies of #9DB2FD
Complementary color
Monochromatic Colors of #9DB2FD
Black with #9DB2FD
Text Example
Text Example
White with #9DB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2FD; }
p { color: rgb(157,178,253); }
H1.HeaderClassName
{
color: #9DB2FD;
}
.AnyTagClassName
{
color: #9DB2FD;
}
</style>
background-color css
<style>
a { background-color: #9DB2FD; }
a { background-color: rgb(157,178,253); }
div.DivClassName
{
background-color: #9DB2FD;
}
.BgClassName
{
background-color: #9DB2FD;
}
</style>
border-color css
<style>
span { border-color: #9DB2FD; }
span { border-color: rgb(157,178,253); }
td.TdClassName
{
border-color: #9DB2FD;
}
.TagClassName
{
border-color: #9DB2FD;
}
</style>