Html Css Color HEX #7044FC Medium Slate Blue

📋 copy color: '#7044FC'

red 112 ◦ green 68 ◦ blue 252

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

Shades of Medium Slate Blue #7044FC

Tints of Medium Slate Blue #7044FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 25.93%
G = 15.74%
B = 58.33%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7044FC (or 0x7044FC) is known color: Medium Slate Blue. HEX triplet: 70, 44 and FC. RGB value is (112,68,252). Sum of RGB (Red+Green+Blue) = 112+68+252=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #7044FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7044FC is #8FBB03. Grayscale: #656565. Windows color (decimal): -9419524 or 16532592. OLE color: 16532592.

HSL color Cylindrical-coordinate representation of color #7044FC: hue angle of 254.35º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7044FC is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 68 252 -
CMYK 0.56 0.73 0 0.01
HSL 254.35º 0.97% 0.63% -
HSV(B) 254.35º 0.73% 0.99% -
XYZ 26.32 14.61 93.53 -
YUV 102.13 212.58 135.04 -
System Red Green Blue C M Y K H S L
Decimal 112 68 252 0.56 0.73 0 0.01 254.35 0.97 0.63
Hex 70 44 FC 38 49 0 1 FE 61 3F
Octal 160 104 374 70 111 0 1 376 141 77
Binary 1110000 1000100 11111100 111000 1001001 0 1 11111110 1100001 111111

Color Harmonies of #7044FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7044FC

Black with #7044FC

Text Example


Text Example

White with #7044FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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