Html Css Color HEX #8E7ABD True V

📋 copy color: '#8E7ABD'

red 142 ◦ green 122 ◦ blue 189

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

Shades of True V #8E7ABD

Tints of True V #8E7ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 31.35%
G = 26.93%
B = 41.72%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E7ABD (or 0x8E7ABD) is known color: True V. HEX triplet: 8E, 7A and BD. RGB value is (142,122,189). Sum of RGB (Red+Green+Blue) = 142+122+189=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ABD is #718542. Grayscale: #878787. Windows color (decimal): -7439683 or 12417678. OLE color: 12417678.

HSL color Cylindrical-coordinate representation of color #8E7ABD: hue angle of 257.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E7ABD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 122 189 -
CMYK 0.25 0.35 0 0.26
HSL 257.91º 0.34% 0.61% -
HSV(B) 257.91º 0.35% 0.74% -
XYZ 27.3 23.34 51.21 -
YUV 135.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 142 122 189 0.25 0.35 0 0.26 257.91 0.34 0.61
Hex 8E 7A BD 19 23 0 1A 102 22 3D
Octal 216 172 275 31 43 0 32 402 42 75
Binary 10001110 1111010 10111101 11001 100011 0 11010 100000010 100010 111101

Color Harmonies of #8E7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7ABD

Black with #8E7ABD

Text Example


Text Example

White with #8E7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,122,189); }

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

background-color css

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

 a { background-color: rgb(142,122,189); }

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

border-color css

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

 span { border-color: rgb(142,122,189); }

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