#9c94cd

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

Shades of Wistful #9C94CD

Tints of Wistful #9C94CD

Color information

#9C94CD (or 0x9C94CD) is unknown color: approx Wistful. HEX triplet: 9C, 94 and CD. RGB value is (156,148,205). Sum of RGB (Red+Green+Blue) = 156+148+205=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94CD is #636B32. Grayscale: #9C9C9C. Windows color (decimal): -6515507 or 13472924. OLE color: 13472924.

HSL color Cylindrical-coordinate representation of color #9C94CD: hue angle of 248.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C94CD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156148205-
CMYK0.240.2800.20
HSL248.42º36.31%69.22%-
HSV(B)248.42º27.8%80.39%-
XYZ35.3232.6662.2-
YUV156.89155.15127.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=30.65%
G=29.08%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561482050.240.2800.20248.4236.3169.22
Hex9C94CD181C014f82445
Octal234224315303402437044105
Binary1001110010010100110011011100011100010100111110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c94cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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