#9C8BD6

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

Shades of Wistful #9C8BD6

Tints of Wistful #9C8BD6

Color information

#9C8BD6 (or 0x9C8BD6) is unknown color: approx Wistful. HEX triplet: 9C, 8B and D6. RGB value is (156,139,214). Sum of RGB (Red+Green+Blue) = 156+139+214=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BD6 is #637429. Grayscale: #989898. Windows color (decimal): -6517802 or 14060444. OLE color: 14060444.

HSL color Cylindrical-coordinate representation of color #9C8BD6: hue angle of 253.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8BD6 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156139214-
CMYK0.270.3500.16
HSL253.6º47.77%69.22%-
HSV(B)253.6º35.05%83.92%-
XYZ35.0830.3967.63-
YUV152.63162.63130.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=30.65%
G=27.31%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561392140.270.3500.16253.647.7769.22
Hex9C8BD61B23010fe3045
Octal234213326334302037660105
Binary10011100100010111101011011011100011010000111111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,214); }

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

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

 a { background-color: rgb(156,139,214); }

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

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

 span { border-color: rgb(156,139,214); }

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