#7D5ECE

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

Shades of Slate Blue #7D5ECE

Tints of Slate Blue #7D5ECE

Color information

#7D5ECE (or 0x7D5ECE) is unknown color: approx Slate Blue. HEX triplet: 7D, 5E and CE. RGB value is (125,94,206). Sum of RGB (Red+Green+Blue) = 125+94+206=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ECE is #82A131. Grayscale: #737373. Windows color (decimal): -8560946 or 13524605. OLE color: 13524605.

HSL color Cylindrical-coordinate representation of color #7D5ECE: hue angle of 256.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D5ECE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12594206-
CMYK0.390.5400.19
HSL256.61º53.33%58.82%-
HSV(B)256.61º54.37%80.78%-
XYZ23.616.8260.4-
YUV116.04178.77134.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=29.41%
G=22.12%
B=48.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125942060.390.5400.19256.6153.3358.82
Hex7D5ECE2736013101353b
Octal17513631647660234016573
Binary1111101101111011001110100111110110010011100000001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,94,206); }

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

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

 a { background-color: rgb(125,94,206); }

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

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

 span { border-color: rgb(125,94,206); }

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