Html Css Color HEX #8E7EBB True V

📋 copy color: '#8E7EBB'

red 142 ◦ green 126 ◦ blue 187

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

Shades of True V #8E7EBB

Tints of True V #8E7EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 31.21%
G = 27.69%
B = 41.1%

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

#8E7EBB (or 0x8E7EBB) is known color: True V. HEX triplet: 8E, 7E and BB. RGB value is (142,126,187). Sum of RGB (Red+Green+Blue) = 142+126+187=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EBB is #718144. Grayscale: #898989. Windows color (decimal): -7438661 or 12287630. OLE color: 12287630.

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

Color convert

RGB 142 126 187 -
CMYK 0.24 0.33 0 0.27
HSL 255.74º 0.31% 0.61% -
HSV(B) 255.74º 0.33% 0.73% -
XYZ 27.59 24.26 50.24 -
YUV 137.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 142 126 187 0.24 0.33 0 0.27 255.74 0.31 0.61
Hex 8E 7E BB 18 21 0 1B 100 1F 3D
Octal 216 176 273 30 41 0 33 400 37 75
Binary 10001110 1111110 10111011 11000 100001 0 11011 100000000 11111 111101

Color Harmonies of #8E7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EBB

Black with #8E7EBB

Text Example


Text Example

White with #8E7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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