Html Css Color HEX #777CE0 Medium Slate Blue

📋 copy color: '#777CE0'

red 119 ◦ green 124 ◦ blue 224

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

Shades of Medium Slate Blue #777CE0

Tints of Medium Slate Blue #777CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 25.48%
G = 26.55%
B = 47.97%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#777CE0 (or 0x777CE0) is known color: Medium Slate Blue. HEX triplet: 77, 7C and E0. RGB value is (119,124,224). Sum of RGB (Red+Green+Blue) = 119+124+224=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #777CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CE0 is #88831F. Grayscale: #858585. Windows color (decimal): -8946464 or 14711927. OLE color: 14711927.

HSL color Cylindrical-coordinate representation of color #777CE0: hue angle of 237.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777CE0 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 124 224 -
CMYK 0.47 0.45 0 0.12
HSL 237.14º 0.63% 0.67% -
HSV(B) 237.14º 0.47% 0.88% -
XYZ 28.27 23.72 73.61 -
YUV 133.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 119 124 224 0.47 0.45 0 0.12 237.14 0.63 0.67
Hex 77 7C E0 2F 2D 0 C ED 3F 43
Octal 167 174 340 57 55 0 14 355 77 103
Binary 1110111 1111100 11100000 101111 101101 0 1100 11101101 111111 1000011

Color Harmonies of #777CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CE0

Black with #777CE0

Text Example


Text Example

White with #777CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,224); }

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

background-color css

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

 a { background-color: rgb(119,124,224); }

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

border-color css

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

 span { border-color: rgb(119,124,224); }

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