#7E4ACD

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

Shades of Slate Blue #7E4ACD

Tints of Slate Blue #7E4ACD

Color information

#7E4ACD (or 0x7E4ACD) is unknown color: approx Slate Blue. HEX triplet: 7E, 4A and CD. RGB value is (126,74,205). Sum of RGB (Red+Green+Blue) = 126+74+205=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E4ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ACD is #81B532. Grayscale: #686868. Windows color (decimal): -8500531 or 13453950. OLE color: 13453950.

HSL color Cylindrical-coordinate representation of color #7E4ACD: hue angle of 263.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E4ACD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12674205-
CMYK0.390.6400.20
HSL263.82º56.71%54.71%-
HSV(B)263.82º63.9%80.39%-
XYZ22.0713.7459.25-
YUV104.48184.73143.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=31.11%
G=18.27%
B=50.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126742050.390.6400.20263.8256.7154.71
Hex7E4ACD27400141083937
Octal176112315471000244107167
Binary11111101001010110011011001111000000010100100001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,74,205); }

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

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

 a { background-color: rgb(126,74,205); }

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

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

 span { border-color: rgb(126,74,205); }

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