#7548DD

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

Shades of Slate Blue #7548DD

Tints of Slate Blue #7548DD

Color information

#7548DD (or 0x7548DD) is unknown color: approx Slate Blue. HEX triplet: 75, 48 and DD. RGB value is (117,72,221). Sum of RGB (Red+Green+Blue) = 117+72+221=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #7548DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548DD is #8AB722. Grayscale: #656565. Windows color (decimal): -9090851 or 14502005. OLE color: 14502005.

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

Color convert

RGB11772221-
CMYK0.470.6700.13
HSL258.12º68.66%57.45%-
HSV(B)258.12º67.42%86.67%-
XYZ22.713.6469.84-
YUV102.44194.91138.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=28.54%
G=17.56%
B=53.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117722210.470.6700.13258.1268.6657.45
Hex7548DD2F430D1024539
Octal1651103355710301540210571
Binary11101011001000110111011011111000011011011000000101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7548DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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