Html Css Color HEX #7057FE Medium Slate Blue

📋 copy color: '#7057FE'

red 112 ◦ green 87 ◦ blue 254

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

Shades of Medium Slate Blue #7057FE

Tints of Medium Slate Blue #7057FE

RGB

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

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

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

R = 24.72%
G = 19.21%
B = 56.07%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7057FE (or 0x7057FE) is known color: Medium Slate Blue. HEX triplet: 70, 57 and FE. RGB value is (112,87,254). Sum of RGB (Red+Green+Blue) = 112+87+254=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #7057FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7057FE is #8FA801. Grayscale: #707070. Windows color (decimal): -9414658 or 16668528. OLE color: 16668528.

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

Color convert

RGB 112 87 254 -
CMYK 0.56 0.66 0 0.00
HSL 248.98º 0.99% 0.67% -
HSV(B) 248.98º 0.66% 1% -
XYZ 27.98 17.42 95.65 -
YUV 113.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 112 87 254 0.56 0.66 0 0.00 248.98 0.99 0.67
Hex 70 57 FE 38 42 0 0 F9 63 43
Octal 160 127 376 70 102 0 0 371 143 103
Binary 1110000 1010111 11111110 111000 1000010 0 0 11111001 1100011 1000011

Color Harmonies of #7057FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057FE

Black with #7057FE

Text Example


Text Example

White with #7057FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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