Shades of Perano #9DB0FE
Tints of Perano #9DB0FE
RGB
CMYK
RGB Variations
Color information
#9DB0FE (or 0x9DB0FE) is known color: Perano. HEX triplet: 9D, B0 and FE. RGB value is (157,176,254). Sum of RGB (Red+Green+Blue) = 157+176+254=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB0FE is #624F01. Grayscale: #B2B2B2. Windows color (decimal): -6442754 or 16691357. OLE color: 16691357.
HSL color Cylindrical-coordinate representation of color #9DB0FE: hue angle of 228.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DB0FE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 176 | 254 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.00 |
| HSL | 228.25º | 0.98% | 0.81% | - |
| HSV(B) | 228.25º | 0.38% | 1% | - |
| XYZ | 47.32 | 45.37 | 100.03 | - |
| YUV | 179.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 254 | 0.38 | 0.31 | 0 | 0.00 | 228.25 | 0.98 | 0.81 |
| Hex | 9D | B0 | FE | 26 | 1F | 0 | 0 | E4 | 62 | 51 |
| Octal | 235 | 260 | 376 | 46 | 37 | 0 | 0 | 344 | 142 | 121 |
| Binary | 10011101 | 10110000 | 11111110 | 100110 | 11111 | 0 | 0 | 11100100 | 1100010 | 1010001 |
Color Harmonies of #9DB0FE
Complementary color
Monochromatic Colors of #9DB0FE
Black with #9DB0FE
Text Example
Text Example
White with #9DB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB0FE; }
p { color: rgb(157,176,254); }
H1.HeaderClassName
{
color: #9DB0FE;
}
.AnyTagClassName
{
color: #9DB0FE;
}
</style>
background-color css
<style>
a { background-color: #9DB0FE; }
a { background-color: rgb(157,176,254); }
div.DivClassName
{
background-color: #9DB0FE;
}
.BgClassName
{
background-color: #9DB0FE;
}
</style>
border-color css
<style>
span { border-color: #9DB0FE; }
span { border-color: rgb(157,176,254); }
td.TdClassName
{
border-color: #9DB0FE;
}
.TagClassName
{
border-color: #9DB0FE;
}
</style>