#8D79EF

Color #8D79EF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8D79EF

Tints of Light Slate Blue #8D79EF

Color information

#8D79EF (or 0x8D79EF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 79 and EF. RGB value is (141,121,239). Sum of RGB (Red+Green+Blue) = 141+121+239=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D79EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D79EF is #728610. Grayscale: #8B8B8B. Windows color (decimal): -7505425 or 15694221. OLE color: 15694221.

HSL color Cylindrical-coordinate representation of color #8D79EF: hue angle of 250.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D79EF is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141121239-
CMYK0.410.4900.06
HSL250.17º78.67%70.59%-
HSV(B)250.17º49.37%93.73%-
XYZ33.425.5784.84-
YUV140.43183.63128.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.14%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=28.14%
G=24.15%
B=47.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411212390.410.4900.06250.1778.6770.59
Hex8D79EF293106fa4f47
Octal215171357516106372117107
Binary1000110111110011110111110100111000101101111101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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