#8D7EBD

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

Shades of True V #8D7EBD

Tints of True V #8D7EBD

Color information

#8D7EBD (or 0x8D7EBD) is unknown color: approx True V. HEX triplet: 8D, 7E and BD. RGB value is (141,126,189). Sum of RGB (Red+Green+Blue) = 141+126+189=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EBD is #728142. Grayscale: #898989. Windows color (decimal): -7504195 or 12418701. OLE color: 12418701.

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

Color convert

RGB141126189-
CMYK0.250.3300.26
HSL254.29º32.31%61.76%-
HSV(B)254.29º33.33%74.12%-
XYZ27.6324.2651.37-
YUV137.67156.97130.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=30.92%
G=27.63%
B=41.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411261890.250.3300.26254.2932.3161.76
Hex8D7EBD192101Afe203e
Octal21517627531410323764076
Binary100011011111110101111011100110000101101011111110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,126,189); }

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

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

 a { background-color: rgb(141,126,189); }

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

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

 span { border-color: rgb(141,126,189); }

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