#7E4BDA

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

Shades of Slate Blue #7E4BDA

Tints of Slate Blue #7E4BDA

Color information

#7E4BDA (or 0x7E4BDA) is unknown color: approx Slate Blue. HEX triplet: 7E, 4B and DA. RGB value is (126,75,218). Sum of RGB (Red+Green+Blue) = 126+75+218=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BDA is #81B425. Grayscale: #6A6A6A. Windows color (decimal): -8500262 or 14306174. OLE color: 14306174.

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

Color convert

RGB12675218-
CMYK0.420.6600.15
HSL261.4º65.9%57.45%-
HSV(B)261.4º65.6%85.49%-
XYZ23.7814.5367.88-
YUV106.55190.9141.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 218 (85.55% from 255) = 52.03%
R=30.07%
G=17.90%
B=52.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126752180.420.6600.15261.465.957.45
Hex7E4BDA2A420F1054239
Octal1761133325210201740510271
Binary11111101001011110110101010101000010011111000001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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