Html Css Color HEX #8D79D0 True V

📋 copy color: '#8D79D0'

red 141 ◦ green 121 ◦ blue 208

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

Shades of True V #8D79D0

Tints of True V #8D79D0

RGB

 RED value IS 141 (55.47% from 255) = 30%

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

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

R = 30%
G = 25.74%
B = 44.26%

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

#8D79D0 (or 0x8D79D0) is known color: True V. HEX triplet: 8D, 79 and D0. RGB value is (141,121,208). Sum of RGB (Red+Green+Blue) = 141+121+208=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79D0 is #72862F. Grayscale: #888888. Windows color (decimal): -7505456 or 13662605. OLE color: 13662605.

HSL color Cylindrical-coordinate representation of color #8D79D0: hue angle of 253.79º 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 #8D79D0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 121 208 -
CMYK 0.32 0.42 0 0.18
HSL 253.79º 0.48% 0.65% -
HSV(B) 253.79º 0.42% 0.82% -
XYZ 29.21 23.89 62.75 -
YUV 136.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 141 121 208 0.32 0.42 0 0.18 253.79 0.48 0.65
Hex 8D 79 D0 20 2A 0 12 FE 30 41
Octal 215 171 320 40 52 0 22 376 60 101
Binary 10001101 1111001 11010000 100000 101010 0 10010 11111110 110000 1000001

Color Harmonies of #8D79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D79D0

Black with #8D79D0

Text Example


Text Example

White with #8D79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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