Html Css Color HEX #7059D0 Slate Blue

📋 copy color: '#7059D0'

red 112 ◦ green 89 ◦ blue 208

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

Shades of Slate Blue #7059D0

Tints of Slate Blue #7059D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 27.38%
G = 21.76%
B = 50.86%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7059D0 (or 0x7059D0) is known color: Slate Blue. HEX triplet: 70, 59 and D0. RGB value is (112,89,208). Sum of RGB (Red+Green+Blue) = 112+89+208=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #7059D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059D0 is #8FA62F. Grayscale: #6C6C6C. Windows color (decimal): -9414192 or 13654384. OLE color: 13654384.

HSL color Cylindrical-coordinate representation of color #7059D0: hue angle of 251.6º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7059D0 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 89 208 -
CMYK 0.46 0.57 0 0.18
HSL 251.6º 0.56% 0.58% -
HSV(B) 251.6º 0.57% 0.82% -
XYZ 21.64 15.14 61.46 -
YUV 109.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 112 89 208 0.46 0.57 0 0.18 251.6 0.56 0.58
Hex 70 59 D0 2E 39 0 12 FC 38 3A
Octal 160 131 320 56 71 0 22 374 70 72
Binary 1110000 1011001 11010000 101110 111001 0 10010 11111100 111000 111010

Color Harmonies of #7059D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059D0

Black with #7059D0

Text Example


Text Example

White with #7059D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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