Html Css Color HEX #7449ED Medium Slate Blue

📋 copy color: '#7449ED'

red 116 ◦ green 73 ◦ blue 237

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

Shades of Medium Slate Blue #7449ED

Tints of Medium Slate Blue #7449ED

RGB

 RED value IS 116 (45.7% from 255) = 27.23%

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

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

R = 27.23%
G = 17.14%
B = 55.63%

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

#7449ED (or 0x7449ED) is known color: Medium Slate Blue. HEX triplet: 74, 49 and ED. RGB value is (116,73,237). Sum of RGB (Red+Green+Blue) = 116+73+237=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #7449ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7449ED is #8BB612. Grayscale: #676767. Windows color (decimal): -9156115 or 15550836. OLE color: 15550836.

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

Color convert

RGB 116 73 237 -
CMYK 0.51 0.69 0 0.07
HSL 255.73º 0.82% 0.61% -
HSV(B) 255.73º 0.69% 0.93% -
XYZ 24.87 14.59 81.63 -
YUV 104.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 116 73 237 0.51 0.69 0 0.07 255.73 0.82 0.61
Hex 74 49 ED 33 45 0 7 100 52 3D
Octal 164 111 355 63 105 0 7 400 122 75
Binary 1110100 1001001 11101101 110011 1000101 0 111 100000000 1010010 111101

Color Harmonies of #7449ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449ED

Black with #7449ED

Text Example


Text Example

White with #7449ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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