Shades of Wistful #9C90CB
Tints of Wistful #9C90CB
RGB
CMYK
RGB Variations
Color information
#9C90CB (or 0x9C90CB) is known color: Wistful. HEX triplet: 9C, 90 and CB. RGB value is (156,144,203). Sum of RGB (Red+Green+Blue) = 156+144+203=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90CB is #636F34. Grayscale: #9A9A9A. Windows color (decimal): -6516533 or 13340828. OLE color: 13340828.
HSL color Cylindrical-coordinate representation of color #9C90CB: hue angle of 252.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C90CB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 144 | 203 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.20 |
| HSL | 252.2º | 0.36% | 0.68% | - |
| HSV(B) | 252.2º | 0.29% | 0.8% | - |
| XYZ | 34.46 | 31.33 | 60.73 | - |
| YUV | 154.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 203 | 0.23 | 0.29 | 0 | 0.20 | 252.2 | 0.36 | 0.68 |
| Hex | 9C | 90 | CB | 17 | 1D | 0 | 14 | FC | 24 | 44 |
| Octal | 234 | 220 | 313 | 27 | 35 | 0 | 24 | 374 | 44 | 104 |
| Binary | 10011100 | 10010000 | 11001011 | 10111 | 11101 | 0 | 10100 | 11111100 | 100100 | 1000100 |
Color Harmonies of #9C90CB
Complementary color
Monochromatic Colors of #9C90CB
Black with #9C90CB
Text Example
Text Example
White with #9C90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90CB; }
p { color: rgb(156,144,203); }
H1.HeaderClassName
{
color: #9C90CB;
}
.AnyTagClassName
{
color: #9C90CB;
}
</style>
background-color css
<style>
a { background-color: #9C90CB; }
a { background-color: rgb(156,144,203); }
div.DivClassName
{
background-color: #9C90CB;
}
.BgClassName
{
background-color: #9C90CB;
}
</style>
border-color css
<style>
span { border-color: #9C90CB; }
span { border-color: rgb(156,144,203); }
td.TdClassName
{
border-color: #9C90CB;
}
.TagClassName
{
border-color: #9C90CB;
}
</style>