Html Css Color HEX #7044DB Slate Blue

📋 copy color: '#7044DB'

red 112 ◦ green 68 ◦ blue 219

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

Shades of Slate Blue #7044DB

Tints of Slate Blue #7044DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

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

R = 28.07%
G = 17.04%
B = 54.89%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7044DB (or 0x7044DB) is known color: Slate Blue. HEX triplet: 70, 44 and DB. RGB value is (112,68,219). Sum of RGB (Red+Green+Blue) = 112+68+219=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #7044DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044DB is #8FBB24. Grayscale: #616161. Windows color (decimal): -9419557 or 14369904. OLE color: 14369904.

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

Color convert

RGB 112 68 219 -
CMYK 0.49 0.69 0 0.14
HSL 257.48º 0.68% 0.56% -
HSV(B) 257.48º 0.69% 0.86% -
XYZ 21.54 12.69 68.33 -
YUV 98.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 112 68 219 0.49 0.69 0 0.14 257.48 0.68 0.56
Hex 70 44 DB 31 45 0 E 101 44 38
Octal 160 104 333 61 105 0 16 401 104 70
Binary 1110000 1000100 11011011 110001 1000101 0 1110 100000001 1000100 111000

Color Harmonies of #7044DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044DB

Black with #7044DB

Text Example


Text Example

White with #7044DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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