Html Css Color HEX #7044DD Slate Blue

📋 copy color: '#7044DD'

red 112 ◦ green 68 ◦ blue 221

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

Shades of Slate Blue #7044DD

Tints of Slate Blue #7044DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 27.93%
G = 16.96%
B = 55.11%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7044DD (or 0x7044DD) is known color: Slate Blue. HEX triplet: 70, 44 and DD. RGB value is (112,68,221). Sum of RGB (Red+Green+Blue) = 112+68+221=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #7044DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044DD is #8FBB22. Grayscale: #626262. Windows color (decimal): -9419555 or 14500976. OLE color: 14500976.

HSL color Cylindrical-coordinate representation of color #7044DD: hue angle of 257.25º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7044DD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 68 221 -
CMYK 0.49 0.69 0 0.13
HSL 257.25º 0.69% 0.57% -
HSV(B) 257.25º 0.69% 0.87% -
XYZ 21.8 12.8 69.73 -
YUV 98.6 197.08 137.56 -
System Red Green Blue C M Y K H S L
Decimal 112 68 221 0.49 0.69 0 0.13 257.25 0.69 0.57
Hex 70 44 DD 31 45 0 D 101 45 39
Octal 160 104 335 61 105 0 15 401 105 71
Binary 1110000 1000100 11011101 110001 1000101 0 1101 100000001 1000101 111001

Color Harmonies of #7044DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044DD

Black with #7044DD

Text Example


Text Example

White with #7044DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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