#8D7DBC

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

Shades of True V #8D7DBC

Tints of True V #8D7DBC

Color information

#8D7DBC (or 0x8D7DBC) is unknown color: approx True V. HEX triplet: 8D, 7D and BC. RGB value is (141,125,188). Sum of RGB (Red+Green+Blue) = 141+125+188=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D7DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7DBC is #728243. Grayscale: #888888. Windows color (decimal): -7504452 or 12352909. OLE color: 12352909.

HSL color Cylindrical-coordinate representation of color #8D7DBC: hue angle of 255.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D7DBC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141125188-
CMYK0.250.3400.26
HSL255.24º31.98%61.37%-
HSV(B)255.24º33.51%73.73%-
XYZ27.423.9650.76-
YUV136.97156.8130.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=31.06%
G=27.53%
B=41.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411251880.250.3400.26255.2431.9861.37
Hex8D7DBC192201Aff203d
Octal21517527431420323774075
Binary100011011111101101111001100110001001101011111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,188); }

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

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

 a { background-color: rgb(141,125,188); }

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

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

 span { border-color: rgb(141,125,188); }

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