#8D7EBC

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

Shades of True V #8D7EBC

Tints of True V #8D7EBC

Color information

#8D7EBC (or 0x8D7EBC) is unknown color: approx True V. HEX triplet: 8D, 7E and BC. RGB value is (141,126,188). Sum of RGB (Red+Green+Blue) = 141+126+188=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EBC is #728143. Grayscale: #898989. Windows color (decimal): -7504196 or 12353165. OLE color: 12353165.

HSL color Cylindrical-coordinate representation of color #8D7EBC: hue angle of 254.52º 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 #8D7EBC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141126188-
CMYK0.250.3300.26
HSL254.52º31.63%61.57%-
HSV(B)254.52º32.98%73.73%-
XYZ27.5224.2250.8-
YUV137.55156.47130.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=30.99%
G=27.69%
B=41.32%

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
Decimal1411261880.250.3300.26254.5231.6361.57
Hex8D7EBC192101Aff203e
Octal21517627431410323774076
Binary100011011111110101111001100110000101101011111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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