#9F94CC

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

Shades of Wistful #9F94CC

Tints of Wistful #9F94CC

Color information

#9F94CC (or 0x9F94CC) is unknown color: approx Wistful. HEX triplet: 9F, 94 and CC. RGB value is (159,148,204). Sum of RGB (Red+Green+Blue) = 159+148+204=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94CC is #606B33. Grayscale: #9D9D9D. Windows color (decimal): -6318900 or 13407391. OLE color: 13407391.

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

Color convert

RGB159148204-
CMYK0.220.2700.2
HSL251.79º35.44%69.02%-
HSV(B)251.79º27.45%80%-
XYZ35.7932.9161.59-
YUV157.67154.14128.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=31.12%
G=28.96%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591482040.220.2700.2251.7935.4469.02
Hex9F94CC161B014fc2345
Octal237224314263302437443105
Binary1001111110010100110011001011011011010100111111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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