Html Css Color HEX #7056FA Medium Slate Blue

📋 copy color: '#7056FA'

red 112 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #7056FA

Tints of Medium Slate Blue #7056FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 25%
G = 19.2%
B = 55.8%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7056FA (or 0x7056FA) is known color: Medium Slate Blue. HEX triplet: 70, 56 and FA. RGB value is (112,86,250). Sum of RGB (Red+Green+Blue) = 112+86+250=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #7056FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7056FA is #8FA905. Grayscale: #6F6F6F. Windows color (decimal): -9414918 or 16406128. OLE color: 16406128.

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

Color convert

RGB 112 86 250 -
CMYK 0.55 0.66 0 0.02
HSL 249.51º 0.94% 0.66% -
HSV(B) 249.51º 0.66% 0.98% -
XYZ 27.27 17 92.29 -
YUV 112.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 112 86 250 0.55 0.66 0 0.02 249.51 0.94 0.66
Hex 70 56 FA 37 42 0 2 FA 5E 42
Octal 160 126 372 67 102 0 2 372 136 102
Binary 1110000 1010110 11111010 110111 1000010 0 10 11111010 1011110 1000010

Color Harmonies of #7056FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056FA

Black with #7056FA

Text Example


Text Example

White with #7056FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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