Html Css Color HEX #7059F6 Medium Slate Blue

📋 copy color: '#7059F6'

red 112 ◦ green 89 ◦ blue 246

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

Shades of Medium Slate Blue #7059F6

Tints of Medium Slate Blue #7059F6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

 BLUE value IS 246 (96.48% from 255) = 55.03%

R = 25.06%
G = 19.91%
B = 55.03%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7059F6 (or 0x7059F6) is known color: Medium Slate Blue. HEX triplet: 70, 59 and F6. RGB value is (112,89,246). Sum of RGB (Red+Green+Blue) = 112+89+246=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #7059F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059F6 is #8FA609. Grayscale: #717171. Windows color (decimal): -9414154 or 16144752. OLE color: 16144752.

HSL color Cylindrical-coordinate representation of color #7059F6: hue angle of 248.79º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7059F6 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 89 246 -
CMYK 0.54 0.64 0 0.04
HSL 248.79º 0.9% 0.66% -
HSV(B) 248.79º 0.64% 0.96% -
XYZ 26.89 17.24 89.1 -
YUV 113.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 112 89 246 0.54 0.64 0 0.04 248.79 0.9 0.66
Hex 70 59 F6 36 40 0 4 F9 5A 42
Octal 160 131 366 66 100 0 4 371 132 102
Binary 1110000 1011001 11110110 110110 1000000 0 100 11111001 1011010 1000010

Color Harmonies of #7059F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059F6

Black with #7059F6

Text Example


Text Example

White with #7059F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7059F6; }

 p { color: rgb(112,89,246); }

 H1.HeaderClassName
 {
   color: #7059F6;
 }
 .AnyTagClassName
 {
   color: #7059F6;
 }
</style>

background-color css

<style>
 a { background-color: #7059F6; }

 a { background-color: rgb(112,89,246); }

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

border-color css

<style>
 span { border-color: #7059F6; }

 span { border-color: rgb(112,89,246); }

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