Html Css Color HEX #7053EF Medium Slate Blue

📋 copy color: '#7053EF'

red 112 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #7053EF

Tints of Medium Slate Blue #7053EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 25.81%
G = 19.12%
B = 55.07%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7053EF (or 0x7053EF) is known color: Medium Slate Blue. HEX triplet: 70, 53 and EF. RGB value is (112,83,239). Sum of RGB (Red+Green+Blue) = 112+83+239=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #7053EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053EF is #8FAC10. Grayscale: #6C6C6C. Windows color (decimal): -9415697 or 15684464. OLE color: 15684464.

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

Color convert

RGB 112 83 239 -
CMYK 0.53 0.65 0 0.06
HSL 251.15º 0.83% 0.63% -
HSV(B) 251.15º 0.65% 0.94% -
XYZ 25.36 15.86 83.39 -
YUV 109.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 112 83 239 0.53 0.65 0 0.06 251.15 0.83 0.63
Hex 70 53 EF 35 41 0 6 FB 53 3F
Octal 160 123 357 65 101 0 6 373 123 77
Binary 1110000 1010011 11101111 110101 1000001 0 110 11111011 1010011 111111

Color Harmonies of #7053EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053EF

Black with #7053EF

Text Example


Text Example

White with #7053EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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