#7544D3

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

Shades of Slate Blue #7544D3

Tints of Slate Blue #7544D3

Color information

#7544D3 (or 0x7544D3) is unknown color: approx Slate Blue. HEX triplet: 75, 44 and D3. RGB value is (117,68,211). Sum of RGB (Red+Green+Blue) = 117+68+211=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #7544D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544D3 is #8ABB2C. Grayscale: #626262. Windows color (decimal): -9091885 or 13845621. OLE color: 13845621.

HSL color Cylindrical-coordinate representation of color #7544D3: hue angle of 260.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7544D3 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11768211-
CMYK0.450.6800.17
HSL260.56º61.9%54.71%-
HSV(B)260.56º67.77%82.75%-
XYZ21.1612.6262.95-
YUV98.95191.23140.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 211 (82.81% from 255) = 53.28%
R=29.55%
G=17.17%
B=53.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117682110.450.6800.17260.5661.954.71
Hex7544D32D440111053e37
Octal165104323551040214057667
Binary11101011000100110100111011011000100010001100000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7544D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7544D3; }

 p { color: rgb(117,68,211); }

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

<style>
 a { background-color: #7544D3; }

 a { background-color: rgb(117,68,211); }

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

<style>
 span { border-color: #7544D3; }

 span { border-color: rgb(117,68,211); }

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