Html Css Color HEX #7040DC Slate Blue

📋 copy color: '#7040DC'

red 112 ◦ green 64 ◦ blue 220

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

Shades of Slate Blue #7040DC

Tints of Slate Blue #7040DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 28.28%
G = 16.16%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7040DC (or 0x7040DC) is known color: Slate Blue. HEX triplet: 70, 40 and DC. RGB value is (112,64,220). Sum of RGB (Red+Green+Blue) = 112+64+220=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #7040DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040DC is #8FBF23. Grayscale: #5F5F5F. Windows color (decimal): -9420580 or 14434416. OLE color: 14434416.

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

Color convert

RGB 112 64 220 -
CMYK 0.49 0.71 0 0.14
HSL 258.46º 0.69% 0.56% -
HSV(B) 258.46º 0.71% 0.86% -
XYZ 21.43 12.28 68.95 -
YUV 96.14 197.9 139.32 -
System Red Green Blue C M Y K H S L
Decimal 112 64 220 0.49 0.71 0 0.14 258.46 0.69 0.56
Hex 70 40 DC 31 47 0 E 102 45 38
Octal 160 100 334 61 107 0 16 402 105 70
Binary 1110000 1000000 11011100 110001 1000111 0 1110 100000010 1000101 111000

Color Harmonies of #7040DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040DC

Black with #7040DC

Text Example


Text Example

White with #7040DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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