Html Css Color HEX #8E76BF True V

📋 copy color: '#8E76BF'

red 142 ◦ green 118 ◦ blue 191

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

Shades of True V #8E76BF

Tints of True V #8E76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.35%

R = 31.49%
G = 26.16%
B = 42.35%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E76BF (or 0x8E76BF) is known color: True V. HEX triplet: 8E, 76 and BF. RGB value is (142,118,191). Sum of RGB (Red+Green+Blue) = 142+118+191=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76BF is #718940. Grayscale: #858585. Windows color (decimal): -7440705 or 12547726. OLE color: 12547726.

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

Color convert

RGB 142 118 191 -
CMYK 0.26 0.38 0 0.25
HSL 259.73º 0.36% 0.61% -
HSV(B) 259.73º 0.38% 0.75% -
XYZ 27.04 22.47 52.2 -
YUV 133.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 142 118 191 0.26 0.38 0 0.25 259.73 0.36 0.61
Hex 8E 76 BF 1A 26 0 19 104 24 3D
Octal 216 166 277 32 46 0 31 404 44 75
Binary 10001110 1110110 10111111 11010 100110 0 11001 100000100 100100 111101

Color Harmonies of #8E76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E76BF

Black with #8E76BF

Text Example


Text Example

White with #8E76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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