#9C8DDC

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

Shades of Wistful #9C8DDC

Tints of Wistful #9C8DDC

Color information

#9C8DDC (or 0x9C8DDC) is unknown color: approx Wistful. HEX triplet: 9C, 8D and DC. RGB value is (156,141,220). Sum of RGB (Red+Green+Blue) = 156+141+220=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DDC is #637223. Grayscale: #9A9A9A. Windows color (decimal): -6517284 or 14454172. OLE color: 14454172.

HSL color Cylindrical-coordinate representation of color #9C8DDC: hue angle of 251.39º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8DDC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156141220-
CMYK0.290.3600.14
HSL251.39º53.02%70.78%-
HSV(B)251.39º35.91%86.27%-
XYZ36.1531.2871.84-
YUV154.49164.97129.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=30.17%
G=27.27%
B=42.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561412200.290.3600.14251.3953.0270.78
Hex9C8DDC1D240Efb3547
Octal234215334354401637365107
Binary1001110010001101110111001110110010001110111110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,220); }

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

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

 a { background-color: rgb(156,141,220); }

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

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

 span { border-color: rgb(156,141,220); }

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