Html Css Color HEX #777CE4 Medium Slate Blue

📋 copy color: '#777CE4'

red 119 ◦ green 124 ◦ blue 228

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

Shades of Medium Slate Blue #777CE4

Tints of Medium Slate Blue #777CE4

RGB

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

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

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

R = 25.27%
G = 26.33%
B = 48.41%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#777CE4 (or 0x777CE4) is known color: Medium Slate Blue. HEX triplet: 77, 7C and E4. RGB value is (119,124,228). Sum of RGB (Red+Green+Blue) = 119+124+228=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #777CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CE4 is #88831B. Grayscale: #858585. Windows color (decimal): -8946460 or 14974071. OLE color: 14974071.

HSL color Cylindrical-coordinate representation of color #777CE4: hue angle of 237.25º 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 #777CE4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 124 228 -
CMYK 0.48 0.46 0 0.11
HSL 237.25º 0.67% 0.68% -
HSV(B) 237.25º 0.48% 0.89% -
XYZ 28.82 23.94 76.5 -
YUV 134.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 119 124 228 0.48 0.46 0 0.11 237.25 0.67 0.68
Hex 77 7C E4 30 2E 0 B ED 43 44
Octal 167 174 344 60 56 0 13 355 103 104
Binary 1110111 1111100 11100100 110000 101110 0 1011 11101101 1000011 1000100

Color Harmonies of #777CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CE4

Black with #777CE4

Text Example


Text Example

White with #777CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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