Html Css Color HEX #7053EE Medium Slate Blue

📋 copy color: '#7053EE'

red 112 ◦ green 83 ◦ blue 238

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

Shades of Medium Slate Blue #7053EE

Tints of Medium Slate Blue #7053EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 25.87%
G = 19.17%
B = 54.97%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7053EE (or 0x7053EE) is known color: Medium Slate Blue. HEX triplet: 70, 53 and EE. RGB value is (112,83,238). Sum of RGB (Red+Green+Blue) = 112+83+238=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #7053EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053EE is #8FAC11. Grayscale: #6C6C6C. Windows color (decimal): -9415698 or 15618928. OLE color: 15618928.

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

Color convert

RGB 112 83 238 -
CMYK 0.53 0.65 0 0.07
HSL 251.23º 0.82% 0.63% -
HSV(B) 251.23º 0.65% 0.93% -
XYZ 25.21 15.8 82.61 -
YUV 109.34 200.61 129.9 -
System Red Green Blue C M Y K H S L
Decimal 112 83 238 0.53 0.65 0 0.07 251.23 0.82 0.63
Hex 70 53 EE 35 41 0 7 FB 52 3F
Octal 160 123 356 65 101 0 7 373 122 77
Binary 1110000 1010011 11101110 110101 1000001 0 111 11111011 1010010 111111

Color Harmonies of #7053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053EE

Black with #7053EE

Text Example


Text Example

White with #7053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7053EE; }

 p { color: rgb(112,83,238); }

 H1.HeaderClassName
 {
   color: #7053EE;
 }
 .AnyTagClassName
 {
   color: #7053EE;
 }
</style>

background-color css

<style>
 a { background-color: #7053EE; }

 a { background-color: rgb(112,83,238); }

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

border-color css

<style>
 span { border-color: #7053EE; }

 span { border-color: rgb(112,83,238); }

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