#7D68DB

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

Shades of Medium Slate Blue #7D68DB

Tints of Medium Slate Blue #7D68DB

Color information

#7D68DB (or 0x7D68DB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 68 and DB. RGB value is (125,104,219). Sum of RGB (Red+Green+Blue) = 125+104+219=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68DB is #829724. Grayscale: #7A7A7A. Windows color (decimal): -8558373 or 14379133. OLE color: 14379133.

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

Color convert

RGB125104219-
CMYK0.430.5300.14
HSL250.96º61.5%63.33%-
HSV(B)250.96º52.51%85.88%-
XYZ26.1919.3869.38-
YUV123.39181.96129.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=27.90%
G=23.21%
B=48.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251042190.430.5300.14250.9661.563.33
Hex7D68DB2B350Efb3d3f
Octal17515033353650163737577
Binary11111011101000110110111010111101010111011111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D68DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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