Html Css Color HEX #7059CE Slate Blue

📋 copy color: '#7059CE'

red 112 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #7059CE

Tints of Slate Blue #7059CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 27.52%
G = 21.87%
B = 50.61%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7059CE (or 0x7059CE) is known color: Slate Blue. HEX triplet: 70, 59 and CE. RGB value is (112,89,206). Sum of RGB (Red+Green+Blue) = 112+89+206=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7059CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059CE is #8FA631. Grayscale: #6C6C6C. Windows color (decimal): -9414194 or 13523312. OLE color: 13523312.

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

Color convert

RGB 112 89 206 -
CMYK 0.46 0.57 0 0.19
HSL 251.79º 0.54% 0.58% -
HSV(B) 251.79º 0.57% 0.81% -
XYZ 21.4 15.05 60.17 -
YUV 109.22 182.62 129.99 -
System Red Green Blue C M Y K H S L
Decimal 112 89 206 0.46 0.57 0 0.19 251.79 0.54 0.58
Hex 70 59 CE 2E 39 0 13 FC 36 3A
Octal 160 131 316 56 71 0 23 374 66 72
Binary 1110000 1011001 11001110 101110 111001 0 10011 11111100 110110 111010

Color Harmonies of #7059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059CE

Black with #7059CE

Text Example


Text Example

White with #7059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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