Shades of Perano #9D9FFC
Tints of Perano #9D9FFC
RGB
CMYK
RGB Variations
Color information
#9D9FFC (or 0x9D9FFC) is known color: Perano. HEX triplet: 9D, 9F and FC. RGB value is (157,159,252). Sum of RGB (Red+Green+Blue) = 157+159+252=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9FFC is #626003. Grayscale: #A8A8A8. Windows color (decimal): -6447108 or 16555933. OLE color: 16555933.
HSL color Cylindrical-coordinate representation of color #9D9FFC: hue angle of 238.74º 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 #9D9FFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 159 | 252 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.01 |
| HSL | 238.74º | 0.94% | 0.8% | - |
| HSV(B) | 238.74º | 0.38% | 0.99% | - |
| XYZ | 43.87 | 38.99 | 97.31 | - |
| YUV | 169 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 252 | 0.38 | 0.37 | 0 | 0.01 | 238.74 | 0.94 | 0.8 |
| Hex | 9D | 9F | FC | 26 | 25 | 0 | 1 | EF | 5E | 50 |
| Octal | 235 | 237 | 374 | 46 | 45 | 0 | 1 | 357 | 136 | 120 |
| Binary | 10011101 | 10011111 | 11111100 | 100110 | 100101 | 0 | 1 | 11101111 | 1011110 | 1010000 |
Color Harmonies of #9D9FFC
Complementary color
Monochromatic Colors of #9D9FFC
Black with #9D9FFC
Text Example
Text Example
White with #9D9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FFC; }
p { color: rgb(157,159,252); }
H1.HeaderClassName
{
color: #9D9FFC;
}
.AnyTagClassName
{
color: #9D9FFC;
}
</style>
background-color css
<style>
a { background-color: #9D9FFC; }
a { background-color: rgb(157,159,252); }
div.DivClassName
{
background-color: #9D9FFC;
}
.BgClassName
{
background-color: #9D9FFC;
}
</style>
border-color css
<style>
span { border-color: #9D9FFC; }
span { border-color: rgb(157,159,252); }
td.TdClassName
{
border-color: #9D9FFC;
}
.TagClassName
{
border-color: #9D9FFC;
}
</style>