Html Css Color HEX #7076EC Medium Slate Blue

📋 copy color: '#7076EC'

red 112 ◦ green 118 ◦ blue 236

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

Shades of Medium Slate Blue #7076EC

Tints of Medium Slate Blue #7076EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 24.03%
G = 25.32%
B = 50.64%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7076EC (or 0x7076EC) is known color: Medium Slate Blue. HEX triplet: 70, 76 and EC. RGB value is (112,118,236). Sum of RGB (Red+Green+Blue) = 112+118+236=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #7076EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076EC is #8F8913. Grayscale: #818181. Windows color (decimal): -9406740 or 15496816. OLE color: 15496816.

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

Color convert

RGB 112 118 236 -
CMYK 0.53 0.5 0 0.07
HSL 237.1º 0.77% 0.68% -
HSV(B) 237.1º 0.53% 0.93% -
XYZ 28.3 22.46 82.2 -
YUV 129.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 112 118 236 0.53 0.5 0 0.07 237.1 0.77 0.68
Hex 70 76 EC 35 32 0 7 ED 4D 44
Octal 160 166 354 65 62 0 7 355 115 104
Binary 1110000 1110110 11101100 110101 110010 0 111 11101101 1001101 1000100

Color Harmonies of #7076EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076EC

Black with #7076EC

Text Example


Text Example

White with #7076EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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