Html Css Color HEX #777EEC Medium Slate Blue

📋 copy color: '#777EEC'

red 119 ◦ green 126 ◦ blue 236

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

Shades of Medium Slate Blue #777EEC

Tints of Medium Slate Blue #777EEC

RGB

 RED value IS 119 (46.88% from 255) = 24.74%

 GREEN value IS 126 (49.61% from 255) = 26.2%

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

R = 24.74%
G = 26.2%
B = 49.06%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#777EEC (or 0x777EEC) is known color: Medium Slate Blue. HEX triplet: 77, 7E and EC. RGB value is (119,126,236). Sum of RGB (Red+Green+Blue) = 119+126+236=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #777EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EEC is #888113. Grayscale: #888888. Windows color (decimal): -8945940 or 15498871. OLE color: 15498871.

HSL color Cylindrical-coordinate representation of color #777EEC: hue angle of 236.41º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777EEC is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 126 236 -
CMYK 0.50 0.47 0 0.07
HSL 236.41º 0.75% 0.7% -
HSV(B) 236.41º 0.5% 0.93% -
XYZ 30.21 24.9 82.57 -
YUV 136.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 119 126 236 0.50 0.47 0 0.07 236.41 0.75 0.7
Hex 77 7E EC 32 2F 0 7 EC 4B 46
Octal 167 176 354 62 57 0 7 354 113 106
Binary 1110111 1111110 11101100 110010 101111 0 111 11101100 1001011 1000110

Color Harmonies of #777EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EEC

Black with #777EEC

Text Example


Text Example

White with #777EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777EEC; }

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

 H1.HeaderClassName
 {
   color: #777EEC;
 }
 .AnyTagClassName
 {
   color: #777EEC;
 }
</style>

background-color css

<style>
 a { background-color: #777EEC; }

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

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

border-color css

<style>
 span { border-color: #777EEC; }

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

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