#8B7CB6

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

Shades of True V #8B7CB6

Tints of True V #8B7CB6

Color information

#8B7CB6 (or 0x8B7CB6) is unknown color: approx True V. HEX triplet: 8B, 7C and B6. RGB value is (139,124,182). Sum of RGB (Red+Green+Blue) = 139+124+182=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B7CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CB6 is #748349. Grayscale: #868686. Windows color (decimal): -7635786 or 11959435. OLE color: 11959435.

HSL color Cylindrical-coordinate representation of color #8B7CB6: hue angle of 255.52º 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 #8B7CB6 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139124182-
CMYK0.240.3200.29
HSL255.52º28.43%60%-
HSV(B)255.52º31.87%71.37%-
XYZ26.323.2847.36-
YUV135.1154.47130.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=31.24%
G=27.87%
B=40.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391241820.240.3200.29255.5228.4360
Hex8B7CB6182001D1001c3c
Octal21317426630400354003474
Binary100010111111100101101101100010000001110110000000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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