Html Css Color HEX #7057ED Medium Slate Blue

📋 copy color: '#7057ED'

red 112 ◦ green 87 ◦ blue 237

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

Shades of Medium Slate Blue #7057ED

Tints of Medium Slate Blue #7057ED

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.95%

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

R = 25.69%
G = 19.95%
B = 54.36%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7057ED (or 0x7057ED) is known color: Medium Slate Blue. HEX triplet: 70, 57 and ED. RGB value is (112,87,237). Sum of RGB (Red+Green+Blue) = 112+87+237=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #7057ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7057ED is #8FA812. Grayscale: #6F6F6F. Windows color (decimal): -9414675 or 15554416. OLE color: 15554416.

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

Color convert

RGB 112 87 237 -
CMYK 0.53 0.63 0 0.07
HSL 250º 0.81% 0.64% -
HSV(B) 250º 0.63% 0.93% -
XYZ 25.38 16.38 81.94 -
YUV 111.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 112 87 237 0.53 0.63 0 0.07 250 0.81 0.64
Hex 70 57 ED 35 3F 0 7 FA 51 40
Octal 160 127 355 65 77 0 7 372 121 100
Binary 1110000 1010111 11101101 110101 111111 0 111 11111010 1010001 1000000

Color Harmonies of #7057ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057ED

Black with #7057ED

Text Example


Text Example

White with #7057ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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