Shades of Perano #9DB3FC
Tints of Perano #9DB3FC
RGB
CMYK
RGB Variations
Color information
#9DB3FC (or 0x9DB3FC) is known color: Perano. HEX triplet: 9D, B3 and FC. RGB value is (157,179,252). Sum of RGB (Red+Green+Blue) = 157+179+252=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB3FC is #624C03. Grayscale: #B4B4B4. Windows color (decimal): -6441988 or 16561053. OLE color: 16561053.
HSL color Cylindrical-coordinate representation of color #9DB3FC: hue angle of 226.11º degrees, saturation: 0.94, 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 #9DB3FC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 179 | 252 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.01 |
| HSL | 226.11º | 0.94% | 0.8% | - |
| HSV(B) | 226.11º | 0.38% | 0.99% | - |
| XYZ | 47.6 | 46.44 | 98.55 | - |
| YUV | 180.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 252 | 0.38 | 0.29 | 0 | 0.01 | 226.11 | 0.94 | 0.8 |
| Hex | 9D | B3 | FC | 26 | 1D | 0 | 1 | E2 | 5E | 50 |
| Octal | 235 | 263 | 374 | 46 | 35 | 0 | 1 | 342 | 136 | 120 |
| Binary | 10011101 | 10110011 | 11111100 | 100110 | 11101 | 0 | 1 | 11100010 | 1011110 | 1010000 |
Color Harmonies of #9DB3FC
Complementary color
Monochromatic Colors of #9DB3FC
Black with #9DB3FC
Text Example
Text Example
White with #9DB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3FC; }
p { color: rgb(157,179,252); }
H1.HeaderClassName
{
color: #9DB3FC;
}
.AnyTagClassName
{
color: #9DB3FC;
}
</style>
background-color css
<style>
a { background-color: #9DB3FC; }
a { background-color: rgb(157,179,252); }
div.DivClassName
{
background-color: #9DB3FC;
}
.BgClassName
{
background-color: #9DB3FC;
}
</style>
border-color css
<style>
span { border-color: #9DB3FC; }
span { border-color: rgb(157,179,252); }
td.TdClassName
{
border-color: #9DB3FC;
}
.TagClassName
{
border-color: #9DB3FC;
}
</style>