#9F9DCC

Color #9F9DCC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9F9DCC

Tints of Wistful #9F9DCC

Color information

#9F9DCC (or 0x9F9DCC) is unknown color: approx Wistful. HEX triplet: 9F, 9D and CC. RGB value is (159,157,204). Sum of RGB (Red+Green+Blue) = 159+157+204=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DCC is #606233. Grayscale: #A2A2A2. Windows color (decimal): -6316596 or 13409695. OLE color: 13409695.

HSL color Cylindrical-coordinate representation of color #9F9DCC: hue angle of 242.55º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9DCC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159157204-
CMYK0.220.2300.2
HSL242.55º31.54%70.78%-
HSV(B)242.55º23.04%80%-
XYZ37.2535.8462.08-
YUV162.96151.16125.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=30.58%
G=30.19%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591572040.220.2300.2242.5531.5470.78
Hex9F9DCC1617014f32047
Octal237235314262702436340107
Binary1001111110011101110011001011010111010100111100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9DCC; }

 p { color: rgb(159,157,204); }

 H1.HeaderClassName
 {
   color: #9F9DCC;
 }
 .AnyTagClassName
 {
   color: #9F9DCC;
 }
</style>
background-color css

<style>
 a { background-color: #9F9DCC; }

 a { background-color: rgb(159,157,204); }

 div.DivClassName
 {
   background-color: #9F9DCC;
 }
 .BgClassName
 {
   background-color: #9F9DCC;
 }
</style>
border-color css

<style>
 span { border-color: #9F9DCC; }

 span { border-color: rgb(159,157,204); }

 td.TdClassName
 {
   border-color: #9F9DCC;
 }
 .TagClassName
 {
   border-color: #9F9DCC;
 }
</style>