#7D66EA

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

Shades of Medium Slate Blue #7D66EA

Tints of Medium Slate Blue #7D66EA

Color information

#7D66EA (or 0x7D66EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 66 and EA. RGB value is (125,102,234). Sum of RGB (Red+Green+Blue) = 125+102+234=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D66EA is #829915. Grayscale: #7B7B7B. Windows color (decimal): -8558870 or 15361661. OLE color: 15361661.

HSL color Cylindrical-coordinate representation of color #7D66EA: hue angle of 250.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D66EA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125102234-
CMYK0.470.5600.08
HSL250.45º75.86%65.88%-
HSV(B)250.45º56.41%91.76%-
XYZ28.0619.880.19-
YUV123.92190.12128.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=27.11%
G=22.13%
B=50.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251022340.470.5600.08250.4575.8665.88
Hex7D66EA2F3808fa4c42
Octal1751463525770010372114102
Binary1111101110011011101010101111111000010001111101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,234); }

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

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

 a { background-color: rgb(125,102,234); }

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

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

 span { border-color: rgb(125,102,234); }

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