Html Css Color HEX #7044EF Medium Slate Blue

📋 copy color: '#7044EF'

red 112 ◦ green 68 ◦ blue 239

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

Shades of Medium Slate Blue #7044EF

Tints of Medium Slate Blue #7044EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 26.73%
G = 16.23%
B = 57.04%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7044EF (or 0x7044EF) is known color: Medium Slate Blue. HEX triplet: 70, 44 and EF. RGB value is (112,68,239). Sum of RGB (Red+Green+Blue) = 112+68+239=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #7044EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7044EF is #8FBB10. Grayscale: #646464. Windows color (decimal): -9419537 or 15680624. OLE color: 15680624.

HSL color Cylindrical-coordinate representation of color #7044EF: hue angle of 255.44º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7044EF is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 68 239 -
CMYK 0.53 0.72 0 0.06
HSL 255.44º 0.84% 0.6% -
HSV(B) 255.44º 0.72% 0.94% -
XYZ 24.33 13.81 83.04 -
YUV 100.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 112 68 239 0.53 0.72 0 0.06 255.44 0.84 0.6
Hex 70 44 EF 35 48 0 6 FF 54 3C
Octal 160 104 357 65 110 0 6 377 124 74
Binary 1110000 1000100 11101111 110101 1001000 0 110 11111111 1010100 111100

Color Harmonies of #7044EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044EF

Black with #7044EF

Text Example


Text Example

White with #7044EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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