Html Css Color HEX #7549ED Medium Slate Blue

📋 copy color: '#7549ED'

red 117 ◦ green 73 ◦ blue 237

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

Shades of Medium Slate Blue #7549ED

Tints of Medium Slate Blue #7549ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 27.4%
G = 17.1%
B = 55.5%

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

#7549ED (or 0x7549ED) is known color: Medium Slate Blue. HEX triplet: 75, 49 and ED. RGB value is (117,73,237). Sum of RGB (Red+Green+Blue) = 117+73+237=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #7549ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7549ED is #8AB612. Grayscale: #686868. Windows color (decimal): -9090579 or 15550837. OLE color: 15550837.

HSL color Cylindrical-coordinate representation of color #7549ED: hue angle of 256.1º degrees, saturation: 0.82, 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 #7549ED is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 73 237 -
CMYK 0.51 0.69 0 0.07
HSL 256.1º 0.82% 0.61% -
HSV(B) 256.1º 0.69% 0.93% -
XYZ 25 14.66 81.63 -
YUV 104.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 117 73 237 0.51 0.69 0 0.07 256.1 0.82 0.61
Hex 75 49 ED 33 45 0 7 100 52 3D
Octal 165 111 355 63 105 0 7 400 122 75
Binary 1110101 1001001 11101101 110011 1000101 0 111 100000000 1010010 111101

Color Harmonies of #7549ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549ED

Black with #7549ED

Text Example


Text Example

White with #7549ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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