#7D76E4

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

Shades of Medium Slate Blue #7D76E4

Tints of Medium Slate Blue #7D76E4

Color information

#7D76E4 (or 0x7D76E4) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 76 and E4. RGB value is (125,118,228). Sum of RGB (Red+Green+Blue) = 125+118+228=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D76E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76E4 is #82891B. Grayscale: #848484. Windows color (decimal): -8554780 or 14972541. OLE color: 14972541.

HSL color Cylindrical-coordinate representation of color #7D76E4: hue angle of 243.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D76E4 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125118228-
CMYK0.450.4800.11
HSL243.82º67.07%67.84%-
HSV(B)243.82º48.25%89.41%-
XYZ28.9422.9276.3-
YUV132.63181.82122.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=26.54%
G=25.05%
B=48.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1251182280.450.4800.11243.8267.0767.84
Hex7D76E42D300Bf44344
Octal1751663445560013364103104
Binary1111101111011011100100101101110000010111111010010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,228); }

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

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

 a { background-color: rgb(125,118,228); }

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

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

 span { border-color: rgb(125,118,228); }

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