Html Css Color HEX #7040DF Slate Blue

📋 copy color: '#7040DF'

red 112 ◦ green 64 ◦ blue 223

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

Shades of Slate Blue #7040DF

Tints of Slate Blue #7040DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 28.07%
G = 16.04%
B = 55.89%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7040DF (or 0x7040DF) is known color: Slate Blue. HEX triplet: 70, 40 and DF. RGB value is (112,64,223). Sum of RGB (Red+Green+Blue) = 112+64+223=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #7040DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040DF is #8FBF20. Grayscale: #5F5F5F. Windows color (decimal): -9420577 or 14631024. OLE color: 14631024.

HSL color Cylindrical-coordinate representation of color #7040DF: hue angle of 258.11º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7040DF is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 64 223 -
CMYK 0.50 0.71 0 0.13
HSL 258.11º 0.71% 0.56% -
HSV(B) 258.11º 0.71% 0.87% -
XYZ 21.83 12.44 71.06 -
YUV 96.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 112 64 223 0.50 0.71 0 0.13 258.11 0.71 0.56
Hex 70 40 DF 32 47 0 D 102 47 38
Octal 160 100 337 62 107 0 15 402 107 70
Binary 1110000 1000000 11011111 110010 1000111 0 1101 100000010 1000111 111000

Color Harmonies of #7040DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040DF

Black with #7040DF

Text Example


Text Example

White with #7040DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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