#7D79E1

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

Shades of Medium Slate Blue #7D79E1

Tints of Medium Slate Blue #7D79E1

Color information

#7D79E1 (or 0x7D79E1) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 79 and E1. RGB value is (125,121,225). Sum of RGB (Red+Green+Blue) = 125+121+225=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D79E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79E1 is #82861E. Grayscale: #858585. Windows color (decimal): -8554015 or 14776701. OLE color: 14776701.

HSL color Cylindrical-coordinate representation of color #7D79E1: hue angle of 242.31º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D79E1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125121225-
CMYK0.440.4600.12
HSL242.31º63.41%67.84%-
HSV(B)242.31º46.22%88.24%-
XYZ28.8923.4774.24-
YUV134.05179.33121.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=26.54%
G=25.69%
B=47.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251212250.440.4600.12242.3163.4167.84
Hex7D79E12C2E0Cf23f44
Octal175171341545601436277104
Binary111110111110011110000110110010111001100111100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D79E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D79E1; }

 p { color: rgb(125,121,225); }

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

<style>
 a { background-color: #7D79E1; }

 a { background-color: rgb(125,121,225); }

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

<style>
 span { border-color: #7D79E1; }

 span { border-color: rgb(125,121,225); }

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