Html Css Color HEX #777CEA Medium Slate Blue

📋 copy color: '#777CEA'

red 119 ◦ green 124 ◦ blue 234

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

Shades of Medium Slate Blue #777CEA

Tints of Medium Slate Blue #777CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 24.95%
G = 26%
B = 49.06%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#777CEA (or 0x777CEA) is known color: Medium Slate Blue. HEX triplet: 77, 7C and EA. RGB value is (119,124,234). Sum of RGB (Red+Green+Blue) = 119+124+234=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #777CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CEA is #888315. Grayscale: #868686. Windows color (decimal): -8946454 or 15367287. OLE color: 15367287.

HSL color Cylindrical-coordinate representation of color #777CEA: hue angle of 237.39º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777CEA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 124 234 -
CMYK 0.49 0.47 0 0.08
HSL 237.39º 0.73% 0.69% -
HSV(B) 237.39º 0.49% 0.92% -
XYZ 29.67 24.28 80.96 -
YUV 135.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 119 124 234 0.49 0.47 0 0.08 237.39 0.73 0.69
Hex 77 7C EA 31 2F 0 8 ED 49 45
Octal 167 174 352 61 57 0 10 355 111 105
Binary 1110111 1111100 11101010 110001 101111 0 1000 11101101 1001001 1000101

Color Harmonies of #777CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CEA

Black with #777CEA

Text Example


Text Example

White with #777CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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