#7E4BD5

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

Shades of Slate Blue #7E4BD5

Tints of Slate Blue #7E4BD5

Color information

#7E4BD5 (or 0x7E4BD5) is unknown color: approx Slate Blue. HEX triplet: 7E, 4B and D5. RGB value is (126,75,213). Sum of RGB (Red+Green+Blue) = 126+75+213=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E4BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BD5 is #81B42A. Grayscale: #696969. Windows color (decimal): -8500267 or 13978494. OLE color: 13978494.

HSL color Cylindrical-coordinate representation of color #7E4BD5: hue angle of 262.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4BD5 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12675213-
CMYK0.410.6500.16
HSL262.17º62.16%56.47%-
HSV(B)262.17º64.79%83.53%-
XYZ23.1314.2764.49-
YUV105.98188.4142.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=30.43%
G=18.12%
B=51.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal126752130.410.6500.16262.1762.1656.47
Hex7E4BD529410101063e38
Octal176113325511010204067670
Binary11111101001011110101011010011000001010000100000110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,75,213); }

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

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

 a { background-color: rgb(126,75,213); }

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

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

 span { border-color: rgb(126,75,213); }

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