#7553E1

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

Shades of Slate Blue #7553E1

Tints of Slate Blue #7553E1

Color information

#7553E1 (or 0x7553E1) is unknown color: approx Slate Blue. HEX triplet: 75, 53 and E1. RGB value is (117,83,225). Sum of RGB (Red+Green+Blue) = 117+83+225=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #7553E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553E1 is #8AAC1E. Grayscale: #6C6C6C. Windows color (decimal): -9088031 or 14766965. OLE color: 14766965.

HSL color Cylindrical-coordinate representation of color #7553E1: hue angle of 254.37º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7553E1 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11783225-
CMYK0.480.6300.12
HSL254.37º70.3%60.39%-
HSV(B)254.37º63.11%88.24%-
XYZ24.0215.472.94-
YUV109.35193.26133.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 83 (32.81% from 255) = 19.53%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=27.53%
G=19.53%
B=52.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117832250.480.6300.12254.3770.360.39
Hex7553E1303F0Cfe463c
Octal165123341607701437610674
Binary111010110100111110000111000011111101100111111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7553E1; }

 p { color: rgb(117,83,225); }

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

<style>
 a { background-color: #7553E1; }

 a { background-color: rgb(117,83,225); }

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

<style>
 span { border-color: #7553E1; }

 span { border-color: rgb(117,83,225); }

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