Html Css Color HEX #7059DC Slate Blue

📋 copy color: '#7059DC'

red 112 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #7059DC

Tints of Slate Blue #7059DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 26.6%
G = 21.14%
B = 52.26%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7059DC (or 0x7059DC) is known color: Slate Blue. HEX triplet: 70, 59 and DC. RGB value is (112,89,220). Sum of RGB (Red+Green+Blue) = 112+89+220=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7059DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059DC is #8FA623. Grayscale: #6E6E6E. Windows color (decimal): -9414180 or 14440816. OLE color: 14440816.

HSL color Cylindrical-coordinate representation of color #7059DC: hue angle of 250.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7059DC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 89 220 -
CMYK 0.49 0.60 0 0.14
HSL 250.53º 0.65% 0.61% -
HSV(B) 250.53º 0.6% 0.86% -
XYZ 23.17 15.76 69.53 -
YUV 110.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 112 89 220 0.49 0.60 0 0.14 250.53 0.65 0.61
Hex 70 59 DC 31 3C 0 E FB 41 3D
Octal 160 131 334 61 74 0 16 373 101 75
Binary 1110000 1011001 11011100 110001 111100 0 1110 11111011 1000001 111101

Color Harmonies of #7059DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059DC

Black with #7059DC

Text Example


Text Example

White with #7059DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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