#7D67D9

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

Shades of Medium Slate Blue #7D67D9

Tints of Medium Slate Blue #7D67D9

Color information

#7D67D9 (or 0x7D67D9) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 67 and D9. RGB value is (125,103,217). Sum of RGB (Red+Green+Blue) = 125+103+217=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D67D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67D9 is #829826. Grayscale: #7A7A7A. Windows color (decimal): -8558631 or 14247805. OLE color: 14247805.

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

Color convert

RGB125103217-
CMYK0.420.5300.15
HSL251.58º60%62.75%-
HSV(B)251.58º52.53%85.1%-
XYZ25.8319.0767.97-
YUV122.57181.29129.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.09%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=28.09%
G=23.15%
B=48.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251032170.420.5300.15251.586062.75
Hex7D67D92A350Ffc3c3f
Octal17514733152650173747477
Binary11111011100111110110011010101101010111111111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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