Html Css Color HEX #7553EA Medium Slate Blue

📋 copy color: '#7553EA'

red 117 ◦ green 83 ◦ blue 234

#7553EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7553EA

Tints of Medium Slate Blue #7553EA

RGB

 RED value IS 117 (46.09% from 255) = 26.96%

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 26.96%
G = 19.12%
B = 53.92%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7553EA (or 0x7553EA) is known color: Medium Slate Blue. HEX triplet: 75, 53 and EA. RGB value is (117,83,234). Sum of RGB (Red+Green+Blue) = 117+83+234=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #7553EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553EA is #8AAC15. Grayscale: #6D6D6D. Windows color (decimal): -9088022 or 15356789. OLE color: 15356789.

HSL color Cylindrical-coordinate representation of color #7553EA: hue angle of 253.51º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7553EA is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 83 234 -
CMYK 0.5 0.65 0 0.08
HSL 253.51º 0.78% 0.62% -
HSV(B) 253.51º 0.65% 0.92% -
XYZ 25.28 15.91 79.58 -
YUV 110.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 117 83 234 0.5 0.65 0 0.08 253.51 0.78 0.62
Hex 75 53 EA 32 41 0 8 FE 4E 3E
Octal 165 123 352 62 101 0 10 376 116 76
Binary 1110101 1010011 11101010 110010 1000001 0 1000 11111110 1001110 111110

Color Harmonies of #7553EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553EA

Black with #7553EA

Text Example


Text Example

White with #7553EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7553EA;
 }
 .AnyTagClassName
 {
   color: #7553EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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