Shades of Perano #9D9EFC
Tints of Perano #9D9EFC
RGB
CMYK
RGB Variations
Color information
#9D9EFC (or 0x9D9EFC) is known color: Perano. HEX triplet: 9D, 9E and FC. RGB value is (157,158,252). Sum of RGB (Red+Green+Blue) = 157+158+252=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EFC is #626103. Grayscale: #A8A8A8. Windows color (decimal): -6447364 or 16555677. OLE color: 16555677.
HSL color Cylindrical-coordinate representation of color #9D9EFC: hue angle of 239.37º 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 #9D9EFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 158 | 252 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.01 |
| HSL | 239.37º | 0.94% | 0.8% | - |
| HSV(B) | 239.37º | 0.38% | 0.99% | - |
| XYZ | 43.7 | 38.65 | 97.25 | - |
| YUV | 168.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 252 | 0.38 | 0.37 | 0 | 0.01 | 239.37 | 0.94 | 0.8 |
| Hex | 9D | 9E | FC | 26 | 25 | 0 | 1 | EF | 5E | 50 |
| Octal | 235 | 236 | 374 | 46 | 45 | 0 | 1 | 357 | 136 | 120 |
| Binary | 10011101 | 10011110 | 11111100 | 100110 | 100101 | 0 | 1 | 11101111 | 1011110 | 1010000 |
Color Harmonies of #9D9EFC
Complementary color
Monochromatic Colors of #9D9EFC
Black with #9D9EFC
Text Example
Text Example
White with #9D9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EFC; }
p { color: rgb(157,158,252); }
H1.HeaderClassName
{
color: #9D9EFC;
}
.AnyTagClassName
{
color: #9D9EFC;
}
</style>
background-color css
<style>
a { background-color: #9D9EFC; }
a { background-color: rgb(157,158,252); }
div.DivClassName
{
background-color: #9D9EFC;
}
.BgClassName
{
background-color: #9D9EFC;
}
</style>
border-color css
<style>
span { border-color: #9D9EFC; }
span { border-color: rgb(157,158,252); }
td.TdClassName
{
border-color: #9D9EFC;
}
.TagClassName
{
border-color: #9D9EFC;
}
</style>