Html Css Color HEX #8E7EBC True V

📋 copy color: '#8E7EBC'

red 142 ◦ green 126 ◦ blue 188

#8E7EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #8E7EBC

Tints of True V #8E7EBC

RGB

 RED value IS 142 (55.86% from 255) = 31.14%

 GREEN value IS 126 (49.61% from 255) = 27.63%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 31.14%
G = 27.63%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E7EBC (or 0x8E7EBC) is known color: True V. HEX triplet: 8E, 7E and BC. RGB value is (142,126,188). Sum of RGB (Red+Green+Blue) = 142+126+188=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EBC is #718143. Grayscale: #898989. Windows color (decimal): -7438660 or 12353166. OLE color: 12353166.

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

Color convert

RGB 142 126 188 -
CMYK 0.24 0.33 0 0.26
HSL 255.48º 0.32% 0.62% -
HSV(B) 255.48º 0.33% 0.74% -
XYZ 27.69 24.3 50.81 -
YUV 137.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 142 126 188 0.24 0.33 0 0.26 255.48 0.32 0.62
Hex 8E 7E BC 18 21 0 1A FF 20 3E
Octal 216 176 274 30 41 0 32 377 40 76
Binary 10001110 1111110 10111100 11000 100001 0 11010 11111111 100000 111110

Color Harmonies of #8E7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EBC

Black with #8E7EBC

Text Example


Text Example

White with #8E7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E7EBC;
 }
 .AnyTagClassName
 {
   color: #8E7EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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