Html Css Color HEX #7053FA Medium Slate Blue

📋 copy color: '#7053FA'

red 112 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #7053FA

Tints of Medium Slate Blue #7053FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 25.17%
G = 18.65%
B = 56.18%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7053FA (or 0x7053FA) is known color: Medium Slate Blue. HEX triplet: 70, 53 and FA. RGB value is (112,83,250). Sum of RGB (Red+Green+Blue) = 112+83+250=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #7053FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053FA is #8FAC05. Grayscale: #6E6E6E. Windows color (decimal): -9415686 or 16405360. OLE color: 16405360.

HSL color Cylindrical-coordinate representation of color #7053FA: hue angle of 250.42º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7053FA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 83 250 -
CMYK 0.55 0.67 0 0.02
HSL 250.42º 0.94% 0.65% -
HSV(B) 250.42º 0.67% 0.98% -
XYZ 27.03 16.53 92.21 -
YUV 110.71 206.61 128.92 -
System Red Green Blue C M Y K H S L
Decimal 112 83 250 0.55 0.67 0 0.02 250.42 0.94 0.65
Hex 70 53 FA 37 43 0 2 FA 5E 41
Octal 160 123 372 67 103 0 2 372 136 101
Binary 1110000 1010011 11111010 110111 1000011 0 10 11111010 1011110 1000001

Color Harmonies of #7053FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053FA

Black with #7053FA

Text Example


Text Example

White with #7053FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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