Html Css Color HEX #777CEE Medium Slate Blue

📋 copy color: '#777CEE'

red 119 ◦ green 124 ◦ blue 238

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

Shades of Medium Slate Blue #777CEE

Tints of Medium Slate Blue #777CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 24.74%
G = 25.78%
B = 49.48%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#777CEE (or 0x777CEE) is known color: Medium Slate Blue. HEX triplet: 77, 7C and EE. RGB value is (119,124,238). Sum of RGB (Red+Green+Blue) = 119+124+238=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #777CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CEE is #888311. Grayscale: #878787. Windows color (decimal): -8946450 or 15629431. OLE color: 15629431.

HSL color Cylindrical-coordinate representation of color #777CEE: hue angle of 237.48º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777CEE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 124 238 -
CMYK 0.50 0.48 0 0.07
HSL 237.48º 0.78% 0.7% -
HSV(B) 237.48º 0.5% 0.93% -
XYZ 30.25 24.51 84.03 -
YUV 135.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 119 124 238 0.50 0.48 0 0.07 237.48 0.78 0.7
Hex 77 7C EE 32 30 0 7 ED 4E 46
Octal 167 174 356 62 60 0 7 355 116 106
Binary 1110111 1111100 11101110 110010 110000 0 111 11101101 1001110 1000110

Color Harmonies of #777CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CEE

Black with #777CEE

Text Example


Text Example

White with #777CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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