#7547D5

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

Shades of Slate Blue #7547D5

Tints of Slate Blue #7547D5

Color information

#7547D5 (or 0x7547D5) is unknown color: approx Slate Blue. HEX triplet: 75, 47 and D5. RGB value is (117,71,213). Sum of RGB (Red+Green+Blue) = 117+71+213=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #7547D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7547D5 is #8AB82A. Grayscale: #646464. Windows color (decimal): -9091115 or 13977461. OLE color: 13977461.

HSL color Cylindrical-coordinate representation of color #7547D5: hue angle of 259.44º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7547D5 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11771213-
CMYK0.450.6700.16
HSL259.44º62.83%55.69%-
HSV(B)259.44º66.67%83.53%-
XYZ21.613.0964.34-
YUV100.94191.24139.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 213 (83.59% from 255) = 53.12%
R=29.18%
G=17.71%
B=53.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117712130.450.6700.16259.4462.8355.69
Hex7547D52D430101033f38
Octal165107325551030204037770
Binary11101011000111110101011011011000011010000100000011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7547D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7547D5; }

 p { color: rgb(117,71,213); }

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

<style>
 a { background-color: #7547D5; }

 a { background-color: rgb(117,71,213); }

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

<style>
 span { border-color: #7547D5; }

 span { border-color: rgb(117,71,213); }

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