#7D66F2

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

Shades of Medium Slate Blue #7D66F2

Tints of Medium Slate Blue #7D66F2

Color information

#7D66F2 (or 0x7D66F2) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 66 and F2. RGB value is (125,102,242). Sum of RGB (Red+Green+Blue) = 125+102+242=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #7D66F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D66F2 is #82990D. Grayscale: #7C7C7C. Windows color (decimal): -8558862 or 15885949. OLE color: 15885949.

HSL color Cylindrical-coordinate representation of color #7D66F2: hue angle of 249.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D66F2 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125102242-
CMYK0.480.5800.05
HSL249.86º84.34%67.45%-
HSV(B)249.86º57.85%94.9%-
XYZ29.2420.2786.38-
YUV124.84194.12128.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 242 (94.92% from 255) = 51.60%
R=26.65%
G=21.75%
B=51.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251022420.480.5800.05249.8684.3467.45
Hex7D66F2303A05fa5443
Octal175146362607205372124103
Binary111110111001101111001011000011101001011111101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D66F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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