Html Css Color HEX #8E7CBA True V

📋 copy color: '#8E7CBA'

red 142 ◦ green 124 ◦ blue 186

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

Shades of True V #8E7CBA

Tints of True V #8E7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

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

R = 31.42%
G = 27.43%
B = 41.15%

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

#8E7CBA (or 0x8E7CBA) is known color: True V. HEX triplet: 8E, 7C and BA. RGB value is (142,124,186). Sum of RGB (Red+Green+Blue) = 142+124+186=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CBA is #718345. Grayscale: #888888. Windows color (decimal): -7439174 or 12221582. OLE color: 12221582.

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

Color convert

RGB 142 124 186 -
CMYK 0.24 0.33 0 0.27
HSL 257.42º 0.31% 0.61% -
HSV(B) 257.42º 0.33% 0.73% -
XYZ 27.23 23.71 49.6 -
YUV 136.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 142 124 186 0.24 0.33 0 0.27 257.42 0.31 0.61
Hex 8E 7C BA 18 21 0 1B 101 1F 3D
Octal 216 174 272 30 41 0 33 401 37 75
Binary 10001110 1111100 10111010 11000 100001 0 11011 100000001 11111 111101

Color Harmonies of #8E7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CBA

Black with #8E7CBA

Text Example


Text Example

White with #8E7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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