Html Css Color HEX #777FEF Medium Slate Blue

📋 copy color: '#777FEF'

red 119 ◦ green 127 ◦ blue 239

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

Shades of Medium Slate Blue #777FEF

Tints of Medium Slate Blue #777FEF

RGB

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

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

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

R = 24.54%
G = 26.19%
B = 49.28%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#777FEF (or 0x777FEF) is known color: Medium Slate Blue. HEX triplet: 77, 7F and EF. RGB value is (119,127,239). Sum of RGB (Red+Green+Blue) = 119+127+239=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #777FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FEF is #888010. Grayscale: #888888. Windows color (decimal): -8945681 or 15695735. OLE color: 15695735.

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

Color convert

RGB 119 127 239 -
CMYK 0.50 0.47 0 0.06
HSL 236º 0.79% 0.7% -
HSV(B) 236º 0.5% 0.94% -
XYZ 30.78 25.33 84.93 -
YUV 137.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 119 127 239 0.50 0.47 0 0.06 236 0.79 0.7
Hex 77 7F EF 32 2F 0 6 EC 4F 46
Octal 167 177 357 62 57 0 6 354 117 106
Binary 1110111 1111111 11101111 110010 101111 0 110 11101100 1001111 1000110

Color Harmonies of #777FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FEF

Black with #777FEF

Text Example


Text Example

White with #777FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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