Html Css Color HEX #8E76BB True V

📋 copy color: '#8E76BB'

red 142 ◦ green 118 ◦ blue 187

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

Shades of True V #8E76BB

Tints of True V #8E76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

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

R = 31.77%
G = 26.4%
B = 41.83%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E76BB (or 0x8E76BB) is known color: True V. HEX triplet: 8E, 76 and BB. RGB value is (142,118,187). Sum of RGB (Red+Green+Blue) = 142+118+187=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76BB is #718944. Grayscale: #848484. Windows color (decimal): -7440709 or 12285582. OLE color: 12285582.

HSL color Cylindrical-coordinate representation of color #8E76BB: hue angle of 260.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E76BB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 118 187 -
CMYK 0.24 0.37 0 0.27
HSL 260.87º 0.34% 0.6% -
HSV(B) 260.87º 0.37% 0.73% -
XYZ 26.6 22.3 49.92 -
YUV 133.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 142 118 187 0.24 0.37 0 0.27 260.87 0.34 0.6
Hex 8E 76 BB 18 25 0 1B 105 22 3C
Octal 216 166 273 30 45 0 33 405 42 74
Binary 10001110 1110110 10111011 11000 100101 0 11011 100000101 100010 111100

Color Harmonies of #8E76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E76BB

Black with #8E76BB

Text Example


Text Example

White with #8E76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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