#8C7CB6

Color #8C7CB6 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C7CB6

Tints of True V #8C7CB6

Color information

#8C7CB6 (or 0x8C7CB6) is unknown color: approx True V. HEX triplet: 8C, 7C and B6. RGB value is (140,124,182). Sum of RGB (Red+Green+Blue) = 140+124+182=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CB6 is #738349. Grayscale: #878787. Windows color (decimal): -7570250 or 11959436. OLE color: 11959436.

HSL color Cylindrical-coordinate representation of color #8C7CB6: hue angle of 256.55º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C7CB6 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140124182-
CMYK0.230.3200.29
HSL256.55º28.43%60%-
HSV(B)256.55º31.87%71.37%-
XYZ26.4723.3747.37-
YUV135.4154.3131.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 182 (71.48% from 255) = 40.81%
R=31.39%
G=27.80%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401241820.230.3200.29256.5528.4360
Hex8C7CB6172001D1011c3c
Octal21417426627400354013474
Binary100011001111100101101101011110000001110110000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7CB6; }

 p { color: rgb(140,124,182); }

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

<style>
 a { background-color: #8C7CB6; }

 a { background-color: rgb(140,124,182); }

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

<style>
 span { border-color: #8C7CB6; }

 span { border-color: rgb(140,124,182); }

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