#7D68DA

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

Shades of Medium Slate Blue #7D68DA

Tints of Medium Slate Blue #7D68DA

Color information

#7D68DA (or 0x7D68DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 68 and DA. RGB value is (125,104,218). Sum of RGB (Red+Green+Blue) = 125+104+218=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D68DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68DA is #829725. Grayscale: #7A7A7A. Windows color (decimal): -8558374 or 14313597. OLE color: 14313597.

HSL color Cylindrical-coordinate representation of color #7D68DA: hue angle of 251.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D68DA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125104218-
CMYK0.430.5200.15
HSL251.05º60.64%63.14%-
HSV(B)251.05º52.29%85.49%-
XYZ26.0619.3268.69-
YUV123.28181.46129.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=27.96%
G=23.27%
B=48.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251042180.430.5200.15251.0560.6463.14
Hex7D68DA2B340Ffb3d3f
Octal17515033253640173737577
Binary11111011101000110110101010111101000111111111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D68DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,104,218); }

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

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

 a { background-color: rgb(125,104,218); }

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

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

 span { border-color: rgb(125,104,218); }

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