Html Css Color HEX #8E77CF True V

📋 copy color: '#8E77CF'

red 142 ◦ green 119 ◦ blue 207

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

Shades of True V #8E77CF

Tints of True V #8E77CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 30.34%
G = 25.43%
B = 44.23%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E77CF (or 0x8E77CF) is known color: True V. HEX triplet: 8E, 77 and CF. RGB value is (142,119,207). Sum of RGB (Red+Green+Blue) = 142+119+207=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E77CF is #718830. Grayscale: #878787. Windows color (decimal): -7440433 or 13596558. OLE color: 13596558.

HSL color Cylindrical-coordinate representation of color #8E77CF: hue angle of 255.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E77CF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 119 207 -
CMYK 0.31 0.43 0 0.19
HSL 255.68º 0.48% 0.64% -
HSV(B) 255.68º 0.43% 0.81% -
XYZ 29.01 23.45 62.03 -
YUV 135.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 142 119 207 0.31 0.43 0 0.19 255.68 0.48 0.64
Hex 8E 77 CF 1F 2B 0 13 100 30 40
Octal 216 167 317 37 53 0 23 400 60 100
Binary 10001110 1110111 11001111 11111 101011 0 10011 100000000 110000 1000000

Color Harmonies of #8E77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E77CF

Black with #8E77CF

Text Example


Text Example

White with #8E77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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