Shades of Wistful #9F9FCC
Tints of Wistful #9F9FCC
RGB
CMYK
RGB Variations
Color information
#9F9FCC (or 0x9F9FCC) is known color: Wistful. HEX triplet: 9F, 9F and CC. RGB value is (159,159,204). Sum of RGB (Red+Green+Blue) = 159+159+204=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCC is #606033. Grayscale: #A3A3A3. Windows color (decimal): -6316084 or 13410207. OLE color: 13410207.
HSL color Cylindrical-coordinate representation of color #9F9FCC: hue angle of 240º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F9FCC is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 159 | 159 | 204 | - |
CMYK | 0.22 | 0.22 | 0 | 0.2 |
HSL | 240º | 0.31% | 0.71% | - |
HSV(B) | 240º | 0.22% | 0.8% | - |
XYZ | 37.6 | 36.53 | 62.2 | - |
YUV | 164.13 | 150.5 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 204 | 0.22 | 0.22 | 0 | 0.2 | 240 | 0.31 | 0.71 |
Hex | 9F | 9F | CC | 16 | 16 | 0 | 14 | F0 | 1F | 47 |
Octal | 237 | 237 | 314 | 26 | 26 | 0 | 24 | 360 | 37 | 107 |
Binary | 10011111 | 10011111 | 11001100 | 10110 | 10110 | 0 | 10100 | 11110000 | 11111 | 1000111 |
Color Harmonies of #9F9FCC
Complementary color
Monochromatic Colors of #9F9FCC
Black with #9F9FCC
Text Example
Text Example
White with #9F9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FCC; }
p { color: rgb(159,159,204); }
H1.HeaderClassName
{
color: #9F9FCC;
}
.AnyTagClassName
{
color: #9F9FCC;
}
</style>
background-color css
<style>
a { background-color: #9F9FCC; }
a { background-color: rgb(159,159,204); }
div.DivClassName
{
background-color: #9F9FCC;
}
.BgClassName
{
background-color: #9F9FCC;
}
</style>
border-color css
<style>
span { border-color: #9F9FCC; }
span { border-color: rgb(159,159,204); }
td.TdClassName
{
border-color: #9F9FCC;
}
.TagClassName
{
border-color: #9F9FCC;
}
</style>