Html Css Color HEX #7040DB Slate Blue

📋 copy color: '#7040DB'

red 112 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #7040DB

Tints of Slate Blue #7040DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 28.35%
G = 16.2%
B = 55.44%

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

#7040DB (or 0x7040DB) is known color: Slate Blue. HEX triplet: 70, 40 and DB. RGB value is (112,64,219). Sum of RGB (Red+Green+Blue) = 112+64+219=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #7040DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040DB is #8FBF24. Grayscale: #5F5F5F. Windows color (decimal): -9420581 or 14368880. OLE color: 14368880.

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

Color convert

RGB 112 64 219 -
CMYK 0.49 0.71 0 0.14
HSL 258.58º 0.68% 0.55% -
HSV(B) 258.58º 0.71% 0.86% -
XYZ 21.3 12.23 68.25 -
YUV 96.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 112 64 219 0.49 0.71 0 0.14 258.58 0.68 0.55
Hex 70 40 DB 31 47 0 E 103 44 37
Octal 160 100 333 61 107 0 16 403 104 67
Binary 1110000 1000000 11011011 110001 1000111 0 1110 100000011 1000100 110111

Color Harmonies of #7040DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7040DB

Black with #7040DB

Text Example


Text Example

White with #7040DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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