Html Css Color HEX #777EDF Medium Slate Blue

📋 copy color: '#777EDF'

red 119 ◦ green 126 ◦ blue 223

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

Shades of Medium Slate Blue #777EDF

Tints of Medium Slate Blue #777EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 25.43%
G = 26.92%
B = 47.65%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#777EDF (or 0x777EDF) is known color: Medium Slate Blue. HEX triplet: 77, 7E and DF. RGB value is (119,126,223). Sum of RGB (Red+Green+Blue) = 119+126+223=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #777EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EDF is #888120. Grayscale: #868686. Windows color (decimal): -8945953 or 14646903. OLE color: 14646903.

HSL color Cylindrical-coordinate representation of color #777EDF: hue angle of 235.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777EDF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 126 223 -
CMYK 0.47 0.43 0 0.13
HSL 235.96º 0.62% 0.67% -
HSV(B) 235.96º 0.47% 0.87% -
XYZ 28.39 24.17 72.98 -
YUV 134.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 119 126 223 0.47 0.43 0 0.13 235.96 0.62 0.67
Hex 77 7E DF 2F 2B 0 D EC 3E 43
Octal 167 176 337 57 53 0 15 354 76 103
Binary 1110111 1111110 11011111 101111 101011 0 1101 11101100 111110 1000011

Color Harmonies of #777EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EDF

Black with #777EDF

Text Example


Text Example

White with #777EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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