#7543DE

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

Shades of Slate Blue #7543DE

Tints of Slate Blue #7543DE

Color information

#7543DE (or 0x7543DE) is unknown color: approx Slate Blue. HEX triplet: 75, 43 and DE. RGB value is (117,67,222). Sum of RGB (Red+Green+Blue) = 117+67+222=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #7543DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543DE is #8ABC21. Grayscale: #636363. Windows color (decimal): -9092130 or 14566261. OLE color: 14566261.

HSL color Cylindrical-coordinate representation of color #7543DE: hue angle of 259.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7543DE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11767222-
CMYK0.470.7000.13
HSL259.35º70.14%56.67%-
HSV(B)259.35º69.82%87.06%-
XYZ22.5313.0770.44-
YUV99.62197.06140.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 67 (26.56% from 255) = 16.50%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=28.82%
G=16.50%
B=54.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117672220.470.7000.13259.3570.1456.67
Hex7543DE2F460D1034639
Octal1651033365710601540310671
Binary11101011000011110111101011111000110011011000000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7543DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7543DE; }

 p { color: rgb(117,67,222); }

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

<style>
 a { background-color: #7543DE; }

 a { background-color: rgb(117,67,222); }

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

<style>
 span { border-color: #7543DE; }

 span { border-color: rgb(117,67,222); }

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