Html Css Color HEX #7059EB Medium Slate Blue

📋 copy color: '#7059EB'

red 112 ◦ green 89 ◦ blue 235

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

Shades of Medium Slate Blue #7059EB

Tints of Medium Slate Blue #7059EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 25.69%
G = 20.41%
B = 53.9%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7059EB (or 0x7059EB) is known color: Medium Slate Blue. HEX triplet: 70, 59 and EB. RGB value is (112,89,235). Sum of RGB (Red+Green+Blue) = 112+89+235=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #7059EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059EB is #8FA614. Grayscale: #6F6F6F. Windows color (decimal): -9414165 or 15423856. OLE color: 15423856.

HSL color Cylindrical-coordinate representation of color #7059EB: hue angle of 249.45º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7059EB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 89 235 -
CMYK 0.52 0.62 0 0.08
HSL 249.45º 0.78% 0.64% -
HSV(B) 249.45º 0.62% 0.92% -
XYZ 25.25 16.59 80.47 -
YUV 112.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 112 89 235 0.52 0.62 0 0.08 249.45 0.78 0.64
Hex 70 59 EB 34 3E 0 8 F9 4E 40
Octal 160 131 353 64 76 0 10 371 116 100
Binary 1110000 1011001 11101011 110100 111110 0 1000 11111001 1001110 1000000

Color Harmonies of #7059EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059EB

Black with #7059EB

Text Example


Text Example

White with #7059EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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