#7D67E8

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

Shades of Medium Slate Blue #7D67E8

Tints of Medium Slate Blue #7D67E8

Color information

#7D67E8 (or 0x7D67E8) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 67 and E8. RGB value is (125,103,232). Sum of RGB (Red+Green+Blue) = 125+103+232=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D67E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D67E8 is #829817. Grayscale: #7B7B7B. Windows color (decimal): -8558616 or 15230845. OLE color: 15230845.

HSL color Cylindrical-coordinate representation of color #7D67E8: hue angle of 250.23º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D67E8 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB125103232-
CMYK0.460.5600.09
HSL250.23º73.71%65.69%-
HSV(B)250.23º55.6%90.98%-
XYZ27.8719.8978.71-
YUV124.28188.79128.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.17%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 232 (91.02% from 255) = 50.43%
R=27.17%
G=22.39%
B=50.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1251032320.460.5600.09250.2373.7165.69
Hex7D67E82E3809fa4a42
Octal1751473505670011372112102
Binary1111101110011111101000101110111000010011111101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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