Html Css Color HEX #7249ED Medium Slate Blue

📋 copy color: '#7249ED'

red 114 ◦ green 73 ◦ blue 237

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

Shades of Medium Slate Blue #7249ED

Tints of Medium Slate Blue #7249ED

RGB

 RED value IS 114 (44.92% from 255) = 26.89%

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

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

R = 26.89%
G = 17.22%
B = 55.9%

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

#7249ED (or 0x7249ED) is known color: Medium Slate Blue. HEX triplet: 72, 49 and ED. RGB value is (114,73,237). Sum of RGB (Red+Green+Blue) = 114+73+237=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #7249ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7249ED is #8DB612. Grayscale: #676767. Windows color (decimal): -9287187 or 15550834. OLE color: 15550834.

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

Color convert

RGB 114 73 237 -
CMYK 0.52 0.69 0 0.07
HSL 255º 0.82% 0.61% -
HSV(B) 255º 0.69% 0.93% -
XYZ 24.61 14.46 81.61 -
YUV 103.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 114 73 237 0.52 0.69 0 0.07 255 0.82 0.61
Hex 72 49 ED 34 45 0 7 FF 52 3D
Octal 162 111 355 64 105 0 7 377 122 75
Binary 1110010 1001001 11101101 110100 1000101 0 111 11111111 1010010 111101

Color Harmonies of #7249ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249ED

Black with #7249ED

Text Example


Text Example

White with #7249ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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