#9C8FDC

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

Shades of Wistful #9C8FDC

Tints of Wistful #9C8FDC

Color information

#9C8FDC (or 0x9C8FDC) is unknown color: approx Wistful. HEX triplet: 9C, 8F and DC. RGB value is (156,143,220). Sum of RGB (Red+Green+Blue) = 156+143+220=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FDC is #637023. Grayscale: #9B9B9B. Windows color (decimal): -6516772 or 14454684. OLE color: 14454684.

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

Color convert

RGB156143220-
CMYK0.290.3500.14
HSL250.13º52.38%71.18%-
HSV(B)250.13º35%86.27%-
XYZ36.4531.8871.94-
YUV155.66164.31128.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=30.06%
G=27.55%
B=42.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561432200.290.3500.14250.1352.3871.18
Hex9C8FDC1D230Efa3447
Octal234217334354301637264107
Binary1001110010001111110111001110110001101110111110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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