#7544E4

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

Shades of Slate Blue #7544E4

Tints of Slate Blue #7544E4

Color information

#7544E4 (or 0x7544E4) is unknown color: approx Slate Blue. HEX triplet: 75, 44 and E4. RGB value is (117,68,228). Sum of RGB (Red+Green+Blue) = 117+68+228=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #7544E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544E4 is #8ABB1B. Grayscale: #646464. Windows color (decimal): -9091868 or 14959733. OLE color: 14959733.

HSL color Cylindrical-coordinate representation of color #7544E4: hue angle of 258.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7544E4 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11768228-
CMYK0.490.7000.11
HSL258.38º74.77%58.04%-
HSV(B)258.38º70.18%89.41%-
XYZ23.4113.5274.77-
YUV100.89199.73139.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 228 (89.45% from 255) = 55.21%
R=28.33%
G=16.46%
B=55.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117682280.490.7000.11258.3874.7758.04
Hex7544E431460B1024b3a
Octal1651043446110601340211372
Binary11101011000100111001001100011000110010111000000101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7544E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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