#8B7CB7

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

Shades of True V #8B7CB7

Tints of True V #8B7CB7

Color information

#8B7CB7 (or 0x8B7CB7) is unknown color: approx True V. HEX triplet: 8B, 7C and B7. RGB value is (139,124,183). Sum of RGB (Red+Green+Blue) = 139+124+183=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B7CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CB7 is #748348. Grayscale: #868686. Windows color (decimal): -7635785 or 12024971. OLE color: 12024971.

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

Color convert

RGB139124183-
CMYK0.240.3200.28
HSL255.25º29.06%60.2%-
HSV(B)255.25º32.24%71.76%-
XYZ26.423.3247.91-
YUV135.21154.97130.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 183 (71.88% from 255) = 41.03%
R=31.17%
G=27.80%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391241830.240.3200.28255.2529.0660.2
Hex8B7CB7182001Cff1d3c
Octal21317426730400343773574
Binary10001011111110010110111110001000000111001111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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