Shades of Wistful #9F92CB
Tints of Wistful #9F92CB
RGB
CMYK
RGB Variations
Color information
#9F92CB (or 0x9F92CB) is known color: Wistful. HEX triplet: 9F, 92 and CB. RGB value is (159,146,203). Sum of RGB (Red+Green+Blue) = 159+146+203=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92CB is #606D34. Grayscale: #9C9C9C. Windows color (decimal): -6319413 or 13341343. OLE color: 13341343.
HSL color Cylindrical-coordinate representation of color #9F92CB: hue angle of 253.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F92CB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 146 | 203 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.20 |
| HSL | 253.68º | 0.35% | 0.68% | - |
| HSV(B) | 253.68º | 0.28% | 0.8% | - |
| XYZ | 35.36 | 32.24 | 60.86 | - |
| YUV | 156.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 203 | 0.22 | 0.28 | 0 | 0.20 | 253.68 | 0.35 | 0.68 |
| Hex | 9F | 92 | CB | 16 | 1C | 0 | 14 | FE | 23 | 44 |
| Octal | 237 | 222 | 313 | 26 | 34 | 0 | 24 | 376 | 43 | 104 |
| Binary | 10011111 | 10010010 | 11001011 | 10110 | 11100 | 0 | 10100 | 11111110 | 100011 | 1000100 |
Color Harmonies of #9F92CB
Complementary color
Monochromatic Colors of #9F92CB
Black with #9F92CB
Text Example
Text Example
White with #9F92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92CB; }
p { color: rgb(159,146,203); }
H1.HeaderClassName
{
color: #9F92CB;
}
.AnyTagClassName
{
color: #9F92CB;
}
</style>
background-color css
<style>
a { background-color: #9F92CB; }
a { background-color: rgb(159,146,203); }
div.DivClassName
{
background-color: #9F92CB;
}
.BgClassName
{
background-color: #9F92CB;
}
</style>
border-color css
<style>
span { border-color: #9F92CB; }
span { border-color: rgb(159,146,203); }
td.TdClassName
{
border-color: #9F92CB;
}
.TagClassName
{
border-color: #9F92CB;
}
</style>