Html Css Color HEX #7077EF Medium Slate Blue

📋 copy color: '#7077EF'

red 112 ◦ green 119 ◦ blue 239

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

Shades of Medium Slate Blue #7077EF

Tints of Medium Slate Blue #7077EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 23.83%
G = 25.32%
B = 50.85%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7077EF (or 0x7077EF) is known color: Medium Slate Blue. HEX triplet: 70, 77 and EF. RGB value is (112,119,239). Sum of RGB (Red+Green+Blue) = 112+119+239=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #7077EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7077EF is #8F8810. Grayscale: #828282. Windows color (decimal): -9406481 or 15693680. OLE color: 15693680.

HSL color Cylindrical-coordinate representation of color #7077EF: hue angle of 236.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7077EF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 119 239 -
CMYK 0.53 0.50 0 0.06
HSL 236.69º 0.8% 0.69% -
HSV(B) 236.69º 0.53% 0.94% -
XYZ 28.86 22.87 84.55 -
YUV 130.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 112 119 239 0.53 0.50 0 0.06 236.69 0.8 0.69
Hex 70 77 EF 35 32 0 6 ED 50 45
Octal 160 167 357 65 62 0 6 355 120 105
Binary 1110000 1110111 11101111 110101 110010 0 110 11101101 1010000 1000101

Color Harmonies of #7077EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077EF

Black with #7077EF

Text Example


Text Example

White with #7077EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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