Html Css Color HEX #7056FF Medium Slate Blue

📋 copy color: '#7056FF'

red 112 ◦ green 86 ◦ blue 255

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

Shades of Medium Slate Blue #7056FF

Tints of Medium Slate Blue #7056FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 24.72%
G = 18.98%
B = 56.29%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7056FF (or 0x7056FF) is known color: Medium Slate Blue. HEX triplet: 70, 56 and FF. RGB value is (112,86,255). Sum of RGB (Red+Green+Blue) = 112+86+255=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7056FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7056FF is #8FA900. Grayscale: #707070. Windows color (decimal): -9414913 or 16733808. OLE color: 16733808.

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

Color convert

RGB 112 86 255 -
CMYK 0.56 0.66 0 0
HSL 249.23º 1% 0.67% -
HSV(B) 249.23º 0.66% 1% -
XYZ 28.06 17.32 96.47 -
YUV 113.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 112 86 255 0.56 0.66 0 0 249.23 1 0.67
Hex 70 56 FF 38 42 0 0 F9 64 43
Octal 160 126 377 70 102 0 0 371 144 103
Binary 1110000 1010110 11111111 111000 1000010 0 0 11111001 1100100 1000011

Color Harmonies of #7056FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056FF

Black with #7056FF

Text Example


Text Example

White with #7056FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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