Html Css Color HEX #8E7DBA True V

📋 copy color: '#8E7DBA'

red 142 ◦ green 125 ◦ blue 186

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

Shades of True V #8E7DBA

Tints of True V #8E7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 31.35%
G = 27.59%
B = 41.06%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E7DBA (or 0x8E7DBA) is known color: True V. HEX triplet: 8E, 7D and BA. RGB value is (142,125,186). Sum of RGB (Red+Green+Blue) = 142+125+186=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DBA is #718245. Grayscale: #888888. Windows color (decimal): -7438918 or 12221838. OLE color: 12221838.

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

Color convert

RGB 142 125 186 -
CMYK 0.24 0.33 0 0.27
HSL 256.72º 0.31% 0.61% -
HSV(B) 256.72º 0.33% 0.73% -
XYZ 27.35 23.96 49.64 -
YUV 137.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 142 125 186 0.24 0.33 0 0.27 256.72 0.31 0.61
Hex 8E 7D BA 18 21 0 1B 101 1F 3D
Octal 216 175 272 30 41 0 33 401 37 75
Binary 10001110 1111101 10111010 11000 100001 0 11011 100000001 11111 111101

Color Harmonies of #8E7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DBA

Black with #8E7DBA

Text Example


Text Example

White with #8E7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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