Html Css Color HEX #777FE4 Medium Slate Blue

📋 copy color: '#777FE4'

red 119 ◦ green 127 ◦ blue 228

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

Shades of Medium Slate Blue #777FE4

Tints of Medium Slate Blue #777FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.1%

R = 25.11%
G = 26.79%
B = 48.1%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#777FE4 (or 0x777FE4) is known color: Medium Slate Blue. HEX triplet: 77, 7F and E4. RGB value is (119,127,228). Sum of RGB (Red+Green+Blue) = 119+127+228=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #777FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FE4 is #88801B. Grayscale: #878787. Windows color (decimal): -8945692 or 14974839. OLE color: 14974839.

HSL color Cylindrical-coordinate representation of color #777FE4: hue angle of 235.6º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777FE4 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 127 228 -
CMYK 0.48 0.44 0 0.11
HSL 235.6º 0.67% 0.68% -
HSV(B) 235.6º 0.48% 0.89% -
XYZ 29.2 24.7 76.63 -
YUV 136.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 119 127 228 0.48 0.44 0 0.11 235.6 0.67 0.68
Hex 77 7F E4 30 2C 0 B EC 43 44
Octal 167 177 344 60 54 0 13 354 103 104
Binary 1110111 1111111 11100100 110000 101100 0 1011 11101100 1000011 1000100

Color Harmonies of #777FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FE4

Black with #777FE4

Text Example


Text Example

White with #777FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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