#7545D0

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

Shades of Slate Blue #7545D0

Tints of Slate Blue #7545D0

Color information

#7545D0 (or 0x7545D0) is unknown color: approx Slate Blue. HEX triplet: 75, 45 and D0. RGB value is (117,69,208). Sum of RGB (Red+Green+Blue) = 117+69+208=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #7545D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545D0 is #8ABA2F. Grayscale: #626262. Windows color (decimal): -9091632 or 13649269. OLE color: 13649269.

HSL color Cylindrical-coordinate representation of color #7545D0: hue angle of 260.72º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7545D0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11769208-
CMYK0.440.6700.18
HSL260.72º59.66%54.31%-
HSV(B)260.72º66.83%81.57%-
XYZ20.8512.5961.01-
YUV99.2189.4140.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 208 (81.64% from 255) = 52.79%
R=29.70%
G=17.51%
B=52.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117692080.440.6700.18260.7259.6654.31
Hex7545D02C430121053c36
Octal165105320541030224057466
Binary11101011000101110100001011001000011010010100000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7545D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7545D0; }

 p { color: rgb(117,69,208); }

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

<style>
 a { background-color: #7545D0; }

 a { background-color: rgb(117,69,208); }

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

<style>
 span { border-color: #7545D0; }

 span { border-color: rgb(117,69,208); }

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