#9C94CC

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

Shades of Wistful #9C94CC

Tints of Wistful #9C94CC

Color information

#9C94CC (or 0x9C94CC) is unknown color: approx Wistful. HEX triplet: 9C, 94 and CC. RGB value is (156,148,204). Sum of RGB (Red+Green+Blue) = 156+148+204=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94CC is #636B33. Grayscale: #9C9C9C. Windows color (decimal): -6515508 or 13407388. OLE color: 13407388.

HSL color Cylindrical-coordinate representation of color #9C94CC: hue angle of 248.57º 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 #9C94CC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156148204-
CMYK0.240.2700.2
HSL248.57º35.44%69.02%-
HSV(B)248.57º27.45%80%-
XYZ35.232.6161.57-
YUV156.78154.65127.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=30.71%
G=29.13%
B=40.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561482040.240.2700.2248.5735.4469.02
Hex9C94CC181B014f92345
Octal234224314303302437143105
Binary1001110010010100110011001100011011010100111110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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