#8D7EBB

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

Shades of True V #8D7EBB

Tints of True V #8D7EBB

Color information

#8D7EBB (or 0x8D7EBB) is unknown color: approx True V. HEX triplet: 8D, 7E and BB. RGB value is (141,126,187). Sum of RGB (Red+Green+Blue) = 141+126+187=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EBB is #728144. Grayscale: #898989. Windows color (decimal): -7504197 or 12287629. OLE color: 12287629.

HSL color Cylindrical-coordinate representation of color #8D7EBB: hue angle of 254.75º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D7EBB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141126187-
CMYK0.250.3300.27
HSL254.75º30.96%61.37%-
HSV(B)254.75º32.62%73.33%-
XYZ27.4224.1750.23-
YUV137.44155.97130.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=31.06%
G=27.75%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411261870.250.3300.27254.7530.9661.37
Hex8D7EBB192101Bff1f3d
Octal21517627331410333773775
Binary10001101111111010111011110011000010110111111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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