Html Css Color HEX #8E7DBC True V

📋 copy color: '#8E7DBC'

red 142 ◦ green 125 ◦ blue 188

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

Shades of True V #8E7DBC

Tints of True V #8E7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.47%

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

R = 31.21%
G = 27.47%
B = 41.32%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E7DBC (or 0x8E7DBC) is known color: True V. HEX triplet: 8E, 7D and BC. RGB value is (142,125,188). Sum of RGB (Red+Green+Blue) = 142+125+188=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 125 (49.22% from 255 or 27.47% 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 #8E7DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBC is #718243. Grayscale: #898989. Windows color (decimal): -7438916 or 12352910. OLE color: 12352910.

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

Color convert

RGB 142 125 188 -
CMYK 0.24 0.34 0 0.26
HSL 256.19º 0.32% 0.61% -
HSV(B) 256.19º 0.34% 0.74% -
XYZ 27.57 24.05 50.77 -
YUV 137.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 142 125 188 0.24 0.34 0 0.26 256.19 0.32 0.61
Hex 8E 7D BC 18 22 0 1A 100 20 3D
Octal 216 175 274 30 42 0 32 400 40 75
Binary 10001110 1111101 10111100 11000 100010 0 11010 100000000 100000 111101

Color Harmonies of #8E7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DBC

Black with #8E7DBC

Text Example


Text Example

White with #8E7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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