#9D94C6

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

Shades of Wistful #9D94C6

Tints of Wistful #9D94C6

Color information

#9D94C6 (or 0x9D94C6) is unknown color: approx Wistful. HEX triplet: 9D, 94 and C6. RGB value is (157,148,198). Sum of RGB (Red+Green+Blue) = 157+148+198=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D94C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94C6 is #626B39. Grayscale: #9C9C9C. Windows color (decimal): -6449978 or 13014173. OLE color: 13014173.

HSL color Cylindrical-coordinate representation of color #9D94C6: hue angle of 250.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D94C6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB157148198-
CMYK0.210.2500.22
HSL250.8º30.49%67.84%-
HSV(B)250.8º25.25%77.65%-
XYZ34.6932.4357.86-
YUV156.39151.48128.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=31.21%
G=29.42%
B=39.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571481980.210.2500.22250.830.4967.84
Hex9D94C61519016fb1e44
Octal235224306253102637336104
Binary100111011001010011000110101011100101011011111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,198); }

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

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

 a { background-color: rgb(157,148,198); }

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

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

 span { border-color: rgb(157,148,198); }

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