Html Css Color HEX #7044E4 Slate Blue

📋 copy color: '#7044E4'

red 112 ◦ green 68 ◦ blue 228

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

Shades of Slate Blue #7044E4

Tints of Slate Blue #7044E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.88%

R = 27.45%
G = 16.67%
B = 55.88%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7044E4 (or 0x7044E4) is known color: Slate Blue. HEX triplet: 70, 44 and E4. RGB value is (112,68,228). Sum of RGB (Red+Green+Blue) = 112+68+228=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #7044E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044E4 is #8FBB1B. Grayscale: #626262. Windows color (decimal): -9419548 or 14959728. OLE color: 14959728.

HSL color Cylindrical-coordinate representation of color #7044E4: hue angle of 256.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7044E4 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 68 228 -
CMYK 0.51 0.70 0 0.11
HSL 256.5º 0.75% 0.58% -
HSV(B) 256.5º 0.7% 0.89% -
XYZ 22.75 13.18 74.74 -
YUV 99.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 112 68 228 0.51 0.70 0 0.11 256.5 0.75 0.58
Hex 70 44 E4 33 46 0 B 100 4B 3A
Octal 160 104 344 63 106 0 13 400 113 72
Binary 1110000 1000100 11100100 110011 1000110 0 1011 100000000 1001011 111010

Color Harmonies of #7044E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044E4

Black with #7044E4

Text Example


Text Example

White with #7044E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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