Html Css Color HEX #7063EC Medium Slate Blue

📋 copy color: '#7063EC'

red 112 ◦ green 99 ◦ blue 236

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

Shades of Medium Slate Blue #7063EC

Tints of Medium Slate Blue #7063EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 25.06%
G = 22.15%
B = 52.8%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7063EC (or 0x7063EC) is known color: Medium Slate Blue. HEX triplet: 70, 63 and EC. RGB value is (112,99,236). Sum of RGB (Red+Green+Blue) = 112+99+236=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #7063EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063EC is #8F9C13. Grayscale: #757575. Windows color (decimal): -9411604 or 15491952. OLE color: 15491952.

HSL color Cylindrical-coordinate representation of color #7063EC: hue angle of 245.69º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7063EC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 99 236 -
CMYK 0.53 0.58 0 0.07
HSL 245.69º 0.78% 0.66% -
HSV(B) 245.69º 0.58% 0.93% -
XYZ 26.28 18.42 81.53 -
YUV 118.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 112 99 236 0.53 0.58 0 0.07 245.69 0.78 0.66
Hex 70 63 EC 35 3A 0 7 F6 4E 42
Octal 160 143 354 65 72 0 7 366 116 102
Binary 1110000 1100011 11101100 110101 111010 0 111 11110110 1001110 1000010

Color Harmonies of #7063EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063EC

Black with #7063EC

Text Example


Text Example

White with #7063EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7063EC; }

 p { color: rgb(112,99,236); }

 H1.HeaderClassName
 {
   color: #7063EC;
 }
 .AnyTagClassName
 {
   color: #7063EC;
 }
</style>

background-color css

<style>
 a { background-color: #7063EC; }

 a { background-color: rgb(112,99,236); }

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

border-color css

<style>
 span { border-color: #7063EC; }

 span { border-color: rgb(112,99,236); }

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