#7548CD

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

Shades of Slate Blue #7548CD

Tints of Slate Blue #7548CD

Color information

#7548CD (or 0x7548CD) is unknown color: approx Slate Blue. HEX triplet: 75, 48 and CD. RGB value is (117,72,205). Sum of RGB (Red+Green+Blue) = 117+72+205=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #7548CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548CD is #8AB732. Grayscale: #646464. Windows color (decimal): -9090867 or 13453429. OLE color: 13453429.

HSL color Cylindrical-coordinate representation of color #7548CD: hue angle of 260.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7548CD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11772205-
CMYK0.430.6500.20
HSL260.3º57.08%54.31%-
HSV(B)260.3º64.88%80.39%-
XYZ20.6712.8259.14-
YUV100.62186.91139.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=29.70%
G=18.27%
B=52.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117722050.430.6500.20260.357.0854.31
Hex7548CD2B410141043936
Octal165110315531010244047166
Binary11101011001000110011011010111000001010100100000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7548CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7548CD; }

 p { color: rgb(117,72,205); }

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

<style>
 a { background-color: #7548CD; }

 a { background-color: rgb(117,72,205); }

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

<style>
 span { border-color: #7548CD; }

 span { border-color: rgb(117,72,205); }

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