Html Css Color HEX #7056DC Slate Blue

📋 copy color: '#7056DC'

red 112 ◦ green 86 ◦ blue 220

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

Shades of Slate Blue #7056DC

Tints of Slate Blue #7056DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 26.79%
G = 20.57%
B = 52.63%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7056DC (or 0x7056DC) is known color: Slate Blue. HEX triplet: 70, 56 and DC. RGB value is (112,86,220). Sum of RGB (Red+Green+Blue) = 112+86+220=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7056DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056DC is #8FA923. Grayscale: #6C6C6C. Windows color (decimal): -9414948 or 14440048. OLE color: 14440048.

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

Color convert

RGB 112 86 220 -
CMYK 0.49 0.61 0 0.14
HSL 251.64º 0.66% 0.6% -
HSV(B) 251.64º 0.61% 0.86% -
XYZ 22.93 15.27 69.45 -
YUV 109.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 112 86 220 0.49 0.61 0 0.14 251.64 0.66 0.6
Hex 70 56 DC 31 3D 0 E FC 42 3C
Octal 160 126 334 61 75 0 16 374 102 74
Binary 1110000 1010110 11011100 110001 111101 0 1110 11111100 1000010 111100

Color Harmonies of #7056DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056DC

Black with #7056DC

Text Example


Text Example

White with #7056DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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