Html Css Color HEX #7046FC Medium Slate Blue

📋 copy color: '#7046FC'

red 112 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #7046FC

Tints of Medium Slate Blue #7046FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 25.81%
G = 16.13%
B = 58.06%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7046FC (or 0x7046FC) is known color: Medium Slate Blue. HEX triplet: 70, 46 and FC. RGB value is (112,70,252). Sum of RGB (Red+Green+Blue) = 112+70+252=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #7046FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7046FC is #8FB903. Grayscale: #666666. Windows color (decimal): -9419012 or 16533104. OLE color: 16533104.

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

Color convert

RGB 112 70 252 -
CMYK 0.56 0.72 0 0.01
HSL 253.85º 0.97% 0.63% -
HSV(B) 253.85º 0.72% 0.99% -
XYZ 26.44 14.85 93.57 -
YUV 103.31 211.91 134.2 -
System Red Green Blue C M Y K H S L
Decimal 112 70 252 0.56 0.72 0 0.01 253.85 0.97 0.63
Hex 70 46 FC 38 48 0 1 FE 61 3F
Octal 160 106 374 70 110 0 1 376 141 77
Binary 1110000 1000110 11111100 111000 1001000 0 1 11111110 1100001 111111

Color Harmonies of #7046FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046FC

Black with #7046FC

Text Example


Text Example

White with #7046FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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