#7D6CDB

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

Shades of Medium Slate Blue #7D6CDB

Tints of Medium Slate Blue #7D6CDB

Color information

#7D6CDB (or 0x7D6CDB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 6C and DB. RGB value is (125,108,219). Sum of RGB (Red+Green+Blue) = 125+108+219=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CDB is #829324. Grayscale: #7D7D7D. Windows color (decimal): -8557349 or 14380157. OLE color: 14380157.

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

Color convert

RGB125108219-
CMYK0.430.5100.14
HSL249.19º60.66%64.12%-
HSV(B)249.19º50.68%85.88%-
XYZ26.6120.269.51-
YUV125.74180.63127.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.65%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 219 (85.94% from 255) = 48.45%
R=27.65%
G=23.89%
B=48.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251082190.430.5100.14249.1960.6664.12
Hex7D6CDB2B330Ef93d40
Octal175154333536301637175100
Binary111110111011001101101110101111001101110111110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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