Html Css Color HEX #7042EC Medium Slate Blue

📋 copy color: '#7042EC'

red 112 ◦ green 66 ◦ blue 236

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

Shades of Medium Slate Blue #7042EC

Tints of Medium Slate Blue #7042EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

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

R = 27.05%
G = 15.94%
B = 57%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7042EC (or 0x7042EC) is known color: Medium Slate Blue. HEX triplet: 70, 42 and EC. RGB value is (112,66,236). Sum of RGB (Red+Green+Blue) = 112+66+236=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #7042EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042EC is #8FBD13. Grayscale: #626262. Windows color (decimal): -9420052 or 15483504. OLE color: 15483504.

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

Color convert

RGB 112 66 236 -
CMYK 0.53 0.72 0 0.07
HSL 256.24º 0.82% 0.59% -
HSV(B) 256.24º 0.72% 0.93% -
XYZ 23.77 13.4 80.69 -
YUV 99.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 112 66 236 0.53 0.72 0 0.07 256.24 0.82 0.59
Hex 70 42 EC 35 48 0 7 100 52 3B
Octal 160 102 354 65 110 0 7 400 122 73
Binary 1110000 1000010 11101100 110101 1001000 0 111 100000000 1010010 111011

Color Harmonies of #7042EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042EC

Black with #7042EC

Text Example


Text Example

White with #7042EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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