#7D7ADF

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

Shades of Medium Slate Blue #7D7ADF

Tints of Medium Slate Blue #7D7ADF

Color information

#7D7ADF (or 0x7D7ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7A and DF. RGB value is (125,122,223). Sum of RGB (Red+Green+Blue) = 125+122+223=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D7ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ADF is #828520. Grayscale: #868686. Windows color (decimal): -8553761 or 14645885. OLE color: 14645885.

HSL color Cylindrical-coordinate representation of color #7D7ADF: hue angle of 241.78º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D7ADF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125122223-
CMYK0.440.4500.13
HSL241.78º61.21%67.65%-
HSV(B)241.78º45.29%87.45%-
XYZ28.7423.6172.85-
YUV134.41177.99121.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=26.60%
G=25.96%
B=47.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251222230.440.4500.13241.7861.2167.65
Hex7D7ADF2C2D0Df23d44
Octal175172337545501536275104
Binary111110111110101101111110110010110101101111100101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,223); }

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

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

 a { background-color: rgb(125,122,223); }

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

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

 span { border-color: rgb(125,122,223); }

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