Shades of Wistful #9D93CB
Tints of Wistful #9D93CB
RGB
CMYK
RGB Variations
Color information
#9D93CB (or 0x9D93CB) is known color: Wistful. HEX triplet: 9D, 93 and CB. RGB value is (157,147,203). Sum of RGB (Red+Green+Blue) = 157+147+203=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93CB is #626C34. Grayscale: #9C9C9C. Windows color (decimal): -6450229 or 13341597. OLE color: 13341597.
HSL color Cylindrical-coordinate representation of color #9D93CB: hue angle of 250.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D93CB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 147 | 203 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.20 |
| HSL | 250.71º | 0.35% | 0.69% | - |
| HSV(B) | 250.71º | 0.28% | 0.8% | - |
| XYZ | 35.12 | 32.35 | 60.89 | - |
| YUV | 156.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 203 | 0.23 | 0.28 | 0 | 0.20 | 250.71 | 0.35 | 0.69 |
| Hex | 9D | 93 | CB | 17 | 1C | 0 | 14 | FB | 23 | 45 |
| Octal | 235 | 223 | 313 | 27 | 34 | 0 | 24 | 373 | 43 | 105 |
| Binary | 10011101 | 10010011 | 11001011 | 10111 | 11100 | 0 | 10100 | 11111011 | 100011 | 1000101 |
Color Harmonies of #9D93CB
Complementary color
Monochromatic Colors of #9D93CB
Black with #9D93CB
Text Example
Text Example
White with #9D93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93CB; }
p { color: rgb(157,147,203); }
H1.HeaderClassName
{
color: #9D93CB;
}
.AnyTagClassName
{
color: #9D93CB;
}
</style>
background-color css
<style>
a { background-color: #9D93CB; }
a { background-color: rgb(157,147,203); }
div.DivClassName
{
background-color: #9D93CB;
}
.BgClassName
{
background-color: #9D93CB;
}
</style>
border-color css
<style>
span { border-color: #9D93CB; }
span { border-color: rgb(157,147,203); }
td.TdClassName
{
border-color: #9D93CB;
}
.TagClassName
{
border-color: #9D93CB;
}
</style>