Html Css Color HEX #7149ED Medium Slate Blue

📋 copy color: '#7149ED'

red 113 ◦ green 73 ◦ blue 237

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

Shades of Medium Slate Blue #7149ED

Tints of Medium Slate Blue #7149ED

RGB

 RED value IS 113 (44.53% from 255) = 26.71%

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

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

R = 26.71%
G = 17.26%
B = 56.03%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7149ED (or 0x7149ED) is known color: Medium Slate Blue. HEX triplet: 71, 49 and ED. RGB value is (113,73,237). Sum of RGB (Red+Green+Blue) = 113+73+237=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #7149ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7149ED is #8EB612. Grayscale: #676767. Windows color (decimal): -9352723 or 15550833. OLE color: 15550833.

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

Color convert

RGB 113 73 237 -
CMYK 0.52 0.69 0 0.07
HSL 254.63º 0.82% 0.61% -
HSV(B) 254.63º 0.69% 0.93% -
XYZ 24.48 14.39 81.61 -
YUV 103.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 113 73 237 0.52 0.69 0 0.07 254.63 0.82 0.61
Hex 71 49 ED 34 45 0 7 FF 52 3D
Octal 161 111 355 64 105 0 7 377 122 75
Binary 1110001 1001001 11101101 110100 1000101 0 111 11111111 1010010 111101

Color Harmonies of #7149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149ED

Black with #7149ED

Text Example


Text Example

White with #7149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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