#9C94CB

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

Shades of Wistful #9C94CB

Tints of Wistful #9C94CB

Color information

#9C94CB (or 0x9C94CB) is unknown color: approx Wistful. HEX triplet: 9C, 94 and CB. RGB value is (156,148,203). Sum of RGB (Red+Green+Blue) = 156+148+203=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94CB is #636B34. Grayscale: #9C9C9C. Windows color (decimal): -6515509 or 13341852. OLE color: 13341852.

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

Color convert

RGB156148203-
CMYK0.230.2700.20
HSL248.73º34.59%68.82%-
HSV(B)248.73º27.09%79.61%-
XYZ35.0832.5660.94-
YUV156.66154.15127.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=30.77%
G=29.19%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561482030.230.2700.20248.7334.5968.82
Hex9C94CB171B014f92345
Octal234224313273302437143105
Binary1001110010010100110010111011111011010100111110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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