#7d74e4

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

Shades of Medium Slate Blue #7D74E4

Tints of Medium Slate Blue #7D74E4

Color information

#7D74E4 (or 0x7D74E4) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 74 and E4. RGB value is (125,116,228). Sum of RGB (Red+Green+Blue) = 125+116+228=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D74E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D74E4 is #828B1B. Grayscale: #838383. Windows color (decimal): -8555292 or 14972029. OLE color: 14972029.

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

Color convert

RGB125116228-
CMYK0.450.4900.11
HSL244.82º67.47%67.45%-
HSV(B)244.82º49.12%89.41%-
XYZ28.7122.4576.22-
YUV131.46182.48123.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=26.65%
G=24.73%
B=48.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1251162280.450.4900.11244.8267.4767.45
Hex7D74E42D310Bf54343
Octal1751643445561013365103103
Binary1111101111010011100100101101110001010111111010110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d74e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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