Html Css Color HEX #7554EE Medium Slate Blue

📋 copy color: '#7554EE'

red 117 ◦ green 84 ◦ blue 238

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

Shades of Medium Slate Blue #7554EE

Tints of Medium Slate Blue #7554EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 26.65%
G = 19.13%
B = 54.21%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7554EE (or 0x7554EE) is known color: Medium Slate Blue. HEX triplet: 75, 54 and EE. RGB value is (117,84,238). Sum of RGB (Red+Green+Blue) = 117+84+238=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #7554EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554EE is #8AAB11. Grayscale: #6E6E6E. Windows color (decimal): -9087762 or 15619189. OLE color: 15619189.

HSL color Cylindrical-coordinate representation of color #7554EE: hue angle of 252.86º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7554EE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 84 238 -
CMYK 0.51 0.65 0 0.07
HSL 252.86º 0.82% 0.63% -
HSV(B) 252.86º 0.65% 0.93% -
XYZ 25.94 16.3 82.67 -
YUV 111.42 199.43 131.98 -
System Red Green Blue C M Y K H S L
Decimal 117 84 238 0.51 0.65 0 0.07 252.86 0.82 0.63
Hex 75 54 EE 33 41 0 7 FD 52 3F
Octal 165 124 356 63 101 0 7 375 122 77
Binary 1110101 1010100 11101110 110011 1000001 0 111 11111101 1010010 111111

Color Harmonies of #7554EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554EE

Black with #7554EE

Text Example


Text Example

White with #7554EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7554EE; }

 p { color: rgb(117,84,238); }

 H1.HeaderClassName
 {
   color: #7554EE;
 }
 .AnyTagClassName
 {
   color: #7554EE;
 }
</style>

background-color css

<style>
 a { background-color: #7554EE; }

 a { background-color: rgb(117,84,238); }

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

border-color css

<style>
 span { border-color: #7554EE; }

 span { border-color: rgb(117,84,238); }

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