Html Css Color HEX #7048EC Medium Slate Blue

📋 copy color: '#7048EC'

red 112 ◦ green 72 ◦ blue 236

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

Shades of Medium Slate Blue #7048EC

Tints of Medium Slate Blue #7048EC

RGB

 RED value IS 112 (44.14% from 255) = 26.67%

 GREEN value IS 72 (28.52% from 255) = 17.14%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 26.67%
G = 17.14%
B = 56.19%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7048EC (or 0x7048EC) is known color: Medium Slate Blue. HEX triplet: 70, 48 and EC. RGB value is (112,72,236). Sum of RGB (Red+Green+Blue) = 112+72+236=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7048EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7048EC is #8FB713. Grayscale: #666666. Windows color (decimal): -9418516 or 15485040. OLE color: 15485040.

HSL color Cylindrical-coordinate representation of color #7048EC: hue angle of 254.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7048EC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 72 236 -
CMYK 0.53 0.69 0 0.07
HSL 254.63º 0.81% 0.6% -
HSV(B) 254.63º 0.69% 0.93% -
XYZ 24.14 14.14 80.81 -
YUV 102.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 112 72 236 0.53 0.69 0 0.07 254.63 0.81 0.6
Hex 70 48 EC 35 45 0 7 FF 51 3C
Octal 160 110 354 65 105 0 7 377 121 74
Binary 1110000 1001000 11101100 110101 1000101 0 111 11111111 1010001 111100

Color Harmonies of #7048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048EC

Black with #7048EC

Text Example


Text Example

White with #7048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7048EC; }

 p { color: rgb(112,72,236); }

 H1.HeaderClassName
 {
   color: #7048EC;
 }
 .AnyTagClassName
 {
   color: #7048EC;
 }
</style>

background-color css

<style>
 a { background-color: #7048EC; }

 a { background-color: rgb(112,72,236); }

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

border-color css

<style>
 span { border-color: #7048EC; }

 span { border-color: rgb(112,72,236); }

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