Html Css Color HEX #8E79D0 True V

📋 copy color: '#8E79D0'

red 142 ◦ green 121 ◦ blue 208

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

Shades of True V #8E79D0

Tints of True V #8E79D0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 30.15%
G = 25.69%
B = 44.16%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E79D0 (or 0x8E79D0) is known color: True V. HEX triplet: 8E, 79 and D0. RGB value is (142,121,208). Sum of RGB (Red+Green+Blue) = 142+121+208=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E79D0 is #71862F. Grayscale: #888888. Windows color (decimal): -7439920 or 13662606. OLE color: 13662606.

HSL color Cylindrical-coordinate representation of color #8E79D0: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E79D0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 121 208 -
CMYK 0.32 0.42 0 0.18
HSL 254.48º 0.48% 0.65% -
HSV(B) 254.48º 0.42% 0.82% -
XYZ 29.38 23.98 62.75 -
YUV 137.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 142 121 208 0.32 0.42 0 0.18 254.48 0.48 0.65
Hex 8E 79 D0 20 2A 0 12 FE 30 41
Octal 216 171 320 40 52 0 22 376 60 101
Binary 10001110 1111001 11010000 100000 101010 0 10010 11111110 110000 1000001

Color Harmonies of #8E79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E79D0

Black with #8E79D0

Text Example


Text Example

White with #8E79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,121,208); }

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

background-color css

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

 a { background-color: rgb(142,121,208); }

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

border-color css

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

 span { border-color: rgb(142,121,208); }

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