Html Css Color HEX #7050ED Medium Slate Blue

📋 copy color: '#7050ED'

red 112 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #7050ED

Tints of Medium Slate Blue #7050ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

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

R = 26.11%
G = 18.65%
B = 55.24%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7050ED (or 0x7050ED) is known color: Medium Slate Blue. HEX triplet: 70, 50 and ED. RGB value is (112,80,237). Sum of RGB (Red+Green+Blue) = 112+80+237=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #7050ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7050ED is #8FAF12. Grayscale: #6A6A6A. Windows color (decimal): -9416467 or 15552624. OLE color: 15552624.

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

Color convert

RGB 112 80 237 -
CMYK 0.53 0.66 0 0.07
HSL 252.23º 0.81% 0.62% -
HSV(B) 252.23º 0.66% 0.93% -
XYZ 24.84 15.3 81.76 -
YUV 107.47 201.1 131.23 -
System Red Green Blue C M Y K H S L
Decimal 112 80 237 0.53 0.66 0 0.07 252.23 0.81 0.62
Hex 70 50 ED 35 42 0 7 FC 51 3E
Octal 160 120 355 65 102 0 7 374 121 76
Binary 1110000 1010000 11101101 110101 1000010 0 111 11111100 1010001 111110

Color Harmonies of #7050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050ED

Black with #7050ED

Text Example


Text Example

White with #7050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,80,237); }

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

background-color css

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

 a { background-color: rgb(112,80,237); }

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

border-color css

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

 span { border-color: rgb(112,80,237); }

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