Html Css Color HEX #777FEC Medium Slate Blue

📋 copy color: '#777FEC'

red 119 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #777FEC

Tints of Medium Slate Blue #777FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 24.69%
G = 26.35%
B = 48.96%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#777FEC (or 0x777FEC) is known color: Medium Slate Blue. HEX triplet: 77, 7F and EC. RGB value is (119,127,236). Sum of RGB (Red+Green+Blue) = 119+127+236=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #777FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FEC is #888013. Grayscale: #888888. Windows color (decimal): -8945684 or 15499127. OLE color: 15499127.

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

Color convert

RGB 119 127 236 -
CMYK 0.50 0.46 0 0.07
HSL 235.9º 0.75% 0.7% -
HSV(B) 235.9º 0.5% 0.93% -
XYZ 30.34 25.16 82.61 -
YUV 137.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 119 127 236 0.50 0.46 0 0.07 235.9 0.75 0.7
Hex 77 7F EC 32 2E 0 7 EC 4B 46
Octal 167 177 354 62 56 0 7 354 113 106
Binary 1110111 1111111 11101100 110010 101110 0 111 11101100 1001011 1000110

Color Harmonies of #777FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FEC

Black with #777FEC

Text Example


Text Example

White with #777FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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