#7D69D9

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

Shades of Medium Slate Blue #7D69D9

Tints of Medium Slate Blue #7D69D9

Color information

#7D69D9 (or 0x7D69D9) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 69 and D9. RGB value is (125,105,217). Sum of RGB (Red+Green+Blue) = 125+105+217=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D69D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69D9 is #829626. Grayscale: #7B7B7B. Windows color (decimal): -8558119 or 14248317. OLE color: 14248317.

HSL color Cylindrical-coordinate representation of color #7D69D9: hue angle of 250.71º degrees, saturation: 0.6, 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 #7D69D9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125105217-
CMYK0.420.5200.15
HSL250.71º59.57%63.14%-
HSV(B)250.71º51.61%85.1%-
XYZ26.0319.4768.03-
YUV123.75180.63128.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=27.96%
G=23.49%
B=48.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251052170.420.5200.15250.7159.5763.14
Hex7D69D92A340Ffb3c3f
Octal17515133152640173737477
Binary11111011101001110110011010101101000111111111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,217); }

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

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

 a { background-color: rgb(125,105,217); }

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

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

 span { border-color: rgb(125,105,217); }

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