Html Css Color HEX #7077EC Medium Slate Blue

📋 copy color: '#7077EC'

red 112 ◦ green 119 ◦ blue 236

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

Shades of Medium Slate Blue #7077EC

Tints of Medium Slate Blue #7077EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

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

R = 23.98%
G = 25.48%
B = 50.54%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7077EC (or 0x7077EC) is known color: Medium Slate Blue. HEX triplet: 70, 77 and EC. RGB value is (112,119,236). Sum of RGB (Red+Green+Blue) = 112+119+236=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #7077EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7077EC is #8F8813. Grayscale: #818181. Windows color (decimal): -9406484 or 15497072. OLE color: 15497072.

HSL color Cylindrical-coordinate representation of color #7077EC: hue angle of 236.61º 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 #7077EC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 119 236 -
CMYK 0.53 0.50 0 0.07
HSL 236.61º 0.77% 0.68% -
HSV(B) 236.61º 0.53% 0.93% -
XYZ 28.42 22.69 82.24 -
YUV 130.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 112 119 236 0.53 0.50 0 0.07 236.61 0.77 0.68
Hex 70 77 EC 35 32 0 7 ED 4D 44
Octal 160 167 354 65 62 0 7 355 115 104
Binary 1110000 1110111 11101100 110101 110010 0 111 11101101 1001101 1000100

Color Harmonies of #7077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077EC

Black with #7077EC

Text Example


Text Example

White with #7077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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