#7e5dd1

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

Shades of Slate Blue #7E5DD1

Tints of Slate Blue #7E5DD1

Color information

#7E5DD1 (or 0x7E5DD1) is unknown color: approx Slate Blue. HEX triplet: 7E, 5D and D1. RGB value is (126,93,209). Sum of RGB (Red+Green+Blue) = 126+93+209=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E5DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DD1 is #81A22E. Grayscale: #737373. Windows color (decimal): -8495663 or 13720958. OLE color: 13720958.

HSL color Cylindrical-coordinate representation of color #7E5DD1: hue angle of 257.07º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E5DD1 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12693209-
CMYK0.400.5600.18
HSL257.07º55.77%59.22%-
HSV(B)257.07º55.5%81.96%-
XYZ24.0316.8762.31-
YUV116.09180.43135.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.44%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 209 (82.03% from 255) = 48.83%
R=29.44%
G=21.73%
B=48.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126932090.400.5600.18257.0755.7759.22
Hex7E5DD12838012101383b
Octal17613532150700224017073
Binary1111110101110111010001101000111000010010100000001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e5dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,93,209); }

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

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

 a { background-color: rgb(126,93,209); }

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

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

 span { border-color: rgb(126,93,209); }

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