Html Css Color HEX #7549EE Medium Slate Blue

📋 copy color: '#7549EE'

red 117 ◦ green 73 ◦ blue 238

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

Shades of Medium Slate Blue #7549EE

Tints of Medium Slate Blue #7549EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

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

R = 27.34%
G = 17.06%
B = 55.61%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7549EE (or 0x7549EE) is known color: Medium Slate Blue. HEX triplet: 75, 49 and EE. RGB value is (117,73,238). Sum of RGB (Red+Green+Blue) = 117+73+238=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #7549EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7549EE is #8AB611. Grayscale: #686868. Windows color (decimal): -9090578 or 15616373. OLE color: 15616373.

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

Color convert

RGB 117 73 238 -
CMYK 0.51 0.69 0 0.07
HSL 256º 0.83% 0.61% -
HSV(B) 256º 0.69% 0.93% -
XYZ 25.15 14.72 82.4 -
YUV 104.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 117 73 238 0.51 0.69 0 0.07 256 0.83 0.61
Hex 75 49 EE 33 45 0 7 100 53 3D
Octal 165 111 356 63 105 0 7 400 123 75
Binary 1110101 1001001 11101110 110011 1000101 0 111 100000000 1010011 111101

Color Harmonies of #7549EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549EE

Black with #7549EE

Text Example


Text Example

White with #7549EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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