#8D79BB

Color #8D79BB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8D79BB

Tints of True V #8D79BB

Color information

#8D79BB (or 0x8D79BB) is unknown color: approx True V. HEX triplet: 8D, 79 and BB. RGB value is (141,121,187). Sum of RGB (Red+Green+Blue) = 141+121+187=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79BB is #728644. Grayscale: #868686. Windows color (decimal): -7505477 or 12286349. OLE color: 12286349.

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

Color convert

RGB141121187-
CMYK0.250.3500.27
HSL258.18º32.67%60.39%-
HSV(B)258.18º35.29%73.33%-
XYZ26.7922.9350.03-
YUV134.5157.63132.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=31.40%
G=26.95%
B=41.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411211870.250.3500.27258.1832.6760.39
Hex8D79BB192301B102213c
Octal21517127331430334024174
Binary1000110111110011011101111001100011011011100000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D79BB;
 }
 .AnyTagClassName
 {
   color: #8D79BB;
 }
</style>
background-color css

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

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

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

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

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

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