Html Css Color HEX #7053FE Medium Slate Blue

📋 copy color: '#7053FE'

red 112 ◦ green 83 ◦ blue 254

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

Shades of Medium Slate Blue #7053FE

Tints of Medium Slate Blue #7053FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 24.94%
G = 18.49%
B = 56.57%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7053FE (or 0x7053FE) is known color: Medium Slate Blue. HEX triplet: 70, 53 and FE. RGB value is (112,83,254). Sum of RGB (Red+Green+Blue) = 112+83+254=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #7053FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053FE is #8FAC01. Grayscale: #6E6E6E. Windows color (decimal): -9415682 or 16667504. OLE color: 16667504.

HSL color Cylindrical-coordinate representation of color #7053FE: hue angle of 250.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7053FE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 83 254 -
CMYK 0.56 0.67 0 0.00
HSL 250.18º 0.99% 0.66% -
HSV(B) 250.18º 0.67% 1% -
XYZ 27.66 16.79 95.55 -
YUV 111.17 208.61 128.6 -
System Red Green Blue C M Y K H S L
Decimal 112 83 254 0.56 0.67 0 0.00 250.18 0.99 0.66
Hex 70 53 FE 38 43 0 0 FA 63 42
Octal 160 123 376 70 103 0 0 372 143 102
Binary 1110000 1010011 11111110 111000 1000011 0 0 11111010 1100011 1000010

Color Harmonies of #7053FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053FE

Black with #7053FE

Text Example


Text Example

White with #7053FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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