Html Css Color HEX #8E77BB True V

📋 copy color: '#8E77BB'

red 142 ◦ green 119 ◦ blue 187

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

Shades of True V #8E77BB

Tints of True V #8E77BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.56%

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

R = 31.7%
G = 26.56%
B = 41.74%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E77BB (or 0x8E77BB) is known color: True V. HEX triplet: 8E, 77 and BB. RGB value is (142,119,187). Sum of RGB (Red+Green+Blue) = 142+119+187=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77BB is #718844. Grayscale: #858585. Windows color (decimal): -7440453 or 12285838. OLE color: 12285838.

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

Color convert

RGB 142 119 187 -
CMYK 0.24 0.36 0 0.27
HSL 260.29º 0.33% 0.6% -
HSV(B) 260.29º 0.36% 0.73% -
XYZ 26.72 22.53 49.95 -
YUV 133.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 142 119 187 0.24 0.36 0 0.27 260.29 0.33 0.6
Hex 8E 77 BB 18 24 0 1B 104 21 3C
Octal 216 167 273 30 44 0 33 404 41 74
Binary 10001110 1110111 10111011 11000 100100 0 11011 100000100 100001 111100

Color Harmonies of #8E77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77BB

Black with #8E77BB

Text Example


Text Example

White with #8E77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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