Html Css Color HEX #777FED Medium Slate Blue

📋 copy color: '#777FED'

red 119 ◦ green 127 ◦ blue 237

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

Shades of Medium Slate Blue #777FED

Tints of Medium Slate Blue #777FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 24.64%
G = 26.29%
B = 49.07%

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

#777FED (or 0x777FED) is known color: Medium Slate Blue. HEX triplet: 77, 7F and ED. RGB value is (119,127,237). Sum of RGB (Red+Green+Blue) = 119+127+237=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #777FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FED is #888012. Grayscale: #888888. Windows color (decimal): -8945683 or 15564663. OLE color: 15564663.

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

Color convert

RGB 119 127 237 -
CMYK 0.50 0.46 0 0.07
HSL 235.93º 0.77% 0.7% -
HSV(B) 235.93º 0.5% 0.93% -
XYZ 30.48 25.22 83.38 -
YUV 137.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 119 127 237 0.50 0.46 0 0.07 235.93 0.77 0.7
Hex 77 7F ED 32 2E 0 7 EC 4D 46
Octal 167 177 355 62 56 0 7 354 115 106
Binary 1110111 1111111 11101101 110010 101110 0 111 11101100 1001101 1000110

Color Harmonies of #777FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FED

Black with #777FED

Text Example


Text Example

White with #777FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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