Html Css Color HEX #7044CE Slate Blue

📋 copy color: '#7044CE'

red 112 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #7044CE

Tints of Slate Blue #7044CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 29.02%
G = 17.62%
B = 53.37%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7044CE (or 0x7044CE) is known color: Slate Blue. HEX triplet: 70, 44 and CE. RGB value is (112,68,206). Sum of RGB (Red+Green+Blue) = 112+68+206=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #7044CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044CE is #8FBB31. Grayscale: #606060. Windows color (decimal): -9419570 or 13517936. OLE color: 13517936.

HSL color Cylindrical-coordinate representation of color #7044CE: hue angle of 259.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7044CE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 68 206 -
CMYK 0.46 0.67 0 0.19
HSL 259.13º 0.58% 0.54% -
HSV(B) 259.13º 0.67% 0.81% -
XYZ 19.89 12.04 59.67 -
YUV 96.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 112 68 206 0.46 0.67 0 0.19 259.13 0.58 0.54
Hex 70 44 CE 2E 43 0 13 103 3A 36
Octal 160 104 316 56 103 0 23 403 72 66
Binary 1110000 1000100 11001110 101110 1000011 0 10011 100000011 111010 110110

Color Harmonies of #7044CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044CE

Black with #7044CE

Text Example


Text Example

White with #7044CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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