Html Css Color HEX #7050E6 Medium Slate Blue

📋 copy color: '#7050E6'

red 112 ◦ green 80 ◦ blue 230

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

Shades of Medium Slate Blue #7050E6

Tints of Medium Slate Blue #7050E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 26.54%
G = 18.96%
B = 54.5%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7050E6 (or 0x7050E6) is known color: Medium Slate Blue. HEX triplet: 70, 50 and E6. RGB value is (112,80,230). Sum of RGB (Red+Green+Blue) = 112+80+230=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #7050E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7050E6 is #8FAF19. Grayscale: #6A6A6A. Windows color (decimal): -9416474 or 15093872. OLE color: 15093872.

HSL color Cylindrical-coordinate representation of color #7050E6: hue angle of 252.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7050E6 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 80 230 -
CMYK 0.51 0.65 0 0.10
HSL 252.8º 0.75% 0.61% -
HSV(B) 252.8º 0.65% 0.9% -
XYZ 23.83 14.9 76.48 -
YUV 106.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 112 80 230 0.51 0.65 0 0.10 252.8 0.75 0.61
Hex 70 50 E6 33 41 0 A FD 4B 3D
Octal 160 120 346 63 101 0 12 375 113 75
Binary 1110000 1010000 11100110 110011 1000001 0 1010 11111101 1001011 111101

Color Harmonies of #7050E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050E6

Black with #7050E6

Text Example


Text Example

White with #7050E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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