Html Css Color HEX #7044F6 Medium Slate Blue

📋 copy color: '#7044F6'

red 112 ◦ green 68 ◦ blue 246

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

Shades of Medium Slate Blue #7044F6

Tints of Medium Slate Blue #7044F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.75%

R = 26.29%
G = 15.96%
B = 57.75%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7044F6 (or 0x7044F6) is known color: Medium Slate Blue. HEX triplet: 70, 44 and F6. RGB value is (112,68,246). Sum of RGB (Red+Green+Blue) = 112+68+246=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #7044F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7044F6 is #8FBB09. Grayscale: #646464. Windows color (decimal): -9419530 or 16139376. OLE color: 16139376.

HSL color Cylindrical-coordinate representation of color #7044F6: hue angle of 254.83º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7044F6 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 68 246 -
CMYK 0.54 0.72 0 0.04
HSL 254.83º 0.91% 0.62% -
HSV(B) 254.83º 0.72% 0.96% -
XYZ 25.38 14.23 88.6 -
YUV 101.45 209.58 135.53 -
System Red Green Blue C M Y K H S L
Decimal 112 68 246 0.54 0.72 0 0.04 254.83 0.91 0.62
Hex 70 44 F6 36 48 0 4 FF 5B 3E
Octal 160 104 366 66 110 0 4 377 133 76
Binary 1110000 1000100 11110110 110110 1001000 0 100 11111111 1011011 111110

Color Harmonies of #7044F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044F6

Black with #7044F6

Text Example


Text Example

White with #7044F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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