#8D79F9

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

Shades of Light Slate Blue #8D79F9

Tints of Light Slate Blue #8D79F9

Color information

#8D79F9 (or 0x8D79F9) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 79 and F9. RGB value is (141,121,249). Sum of RGB (Red+Green+Blue) = 141+121+249=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D79F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D79F9 is #728606. Grayscale: #8D8D8D. Windows color (decimal): -7505415 or 16349581. OLE color: 16349581.

HSL color Cylindrical-coordinate representation of color #8D79F9: hue angle of 249.38º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D79F9 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141121249-
CMYK0.430.5100.02
HSL249.38º91.43%72.55%-
HSV(B)249.38º51.41%97.65%-
XYZ34.9226.1892.83-
YUV141.57188.63127.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=27.59%
G=23.68%
B=48.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411212490.430.5100.02249.3891.4372.55
Hex8D79F92B3302f95b49
Octal215171371536302371133111
Binary100011011111001111110011010111100110101111100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D79F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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