Html Css Color HEX #8E7EBD True V

📋 copy color: '#8E7EBD'

red 142 ◦ green 126 ◦ blue 189

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

Shades of True V #8E7EBD

Tints of True V #8E7EBD

RGB

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

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

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

R = 31.07%
G = 27.57%
B = 41.36%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E7EBD (or 0x8E7EBD) is known color: True V. HEX triplet: 8E, 7E and BD. RGB value is (142,126,189). Sum of RGB (Red+Green+Blue) = 142+126+189=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EBD is #718142. Grayscale: #898989. Windows color (decimal): -7438659 or 12418702. OLE color: 12418702.

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

Color convert

RGB 142 126 189 -
CMYK 0.25 0.33 0 0.26
HSL 255.24º 0.32% 0.62% -
HSV(B) 255.24º 0.33% 0.74% -
XYZ 27.8 24.35 51.38 -
YUV 137.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 142 126 189 0.25 0.33 0 0.26 255.24 0.32 0.62
Hex 8E 7E BD 19 21 0 1A FF 20 3E
Octal 216 176 275 31 41 0 32 377 40 76
Binary 10001110 1111110 10111101 11001 100001 0 11010 11111111 100000 111110

Color Harmonies of #8E7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EBD

Black with #8E7EBD

Text Example


Text Example

White with #8E7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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