Html Css Color HEX #777EEE Medium Slate Blue

📋 copy color: '#777EEE'

red 119 ◦ green 126 ◦ blue 238

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

Shades of Medium Slate Blue #777EEE

Tints of Medium Slate Blue #777EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.09%

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

R = 24.64%
G = 26.09%
B = 49.28%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#777EEE (or 0x777EEE) is known color: Medium Slate Blue. HEX triplet: 77, 7E and EE. RGB value is (119,126,238). Sum of RGB (Red+Green+Blue) = 119+126+238=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #777EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EEE is #888111. Grayscale: #888888. Windows color (decimal): -8945938 or 15629943. OLE color: 15629943.

HSL color Cylindrical-coordinate representation of color #777EEE: hue angle of 236.47º 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 #777EEE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 126 238 -
CMYK 0.50 0.47 0 0.07
HSL 236.47º 0.78% 0.7% -
HSV(B) 236.47º 0.5% 0.93% -
XYZ 30.5 25.02 84.11 -
YUV 136.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 119 126 238 0.50 0.47 0 0.07 236.47 0.78 0.7
Hex 77 7E EE 32 2F 0 7 EC 4E 46
Octal 167 176 356 62 57 0 7 354 116 106
Binary 1110111 1111110 11101110 110010 101111 0 111 11101100 1001110 1000110

Color Harmonies of #777EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EEE

Black with #777EEE

Text Example


Text Example

White with #777EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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