#7543E2

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

Shades of Slate Blue #7543E2

Tints of Slate Blue #7543E2

Color information

#7543E2 (or 0x7543E2) is unknown color: approx Slate Blue. HEX triplet: 75, 43 and E2. RGB value is (117,67,226). Sum of RGB (Red+Green+Blue) = 117+67+226=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #7543E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543E2 is #8ABC1D. Grayscale: #636363. Windows color (decimal): -9092126 or 14828405. OLE color: 14828405.

HSL color Cylindrical-coordinate representation of color #7543E2: hue angle of 258.87º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7543E2 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11767226-
CMYK0.480.7000.11
HSL258.87º73.27%57.45%-
HSV(B)258.87º70.35%88.63%-
XYZ23.0713.2973.3-
YUV100.08199.06140.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 226 (88.67% from 255) = 55.12%
R=28.54%
G=16.34%
B=55.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117672260.480.7000.11258.8773.2757.45
Hex7543E230460B1034939
Octal1651033426010601340311171
Binary11101011000011111000101100001000110010111000000111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7543E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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