Html Css Color HEX #776EEE Medium Slate Blue

📋 copy color: '#776EEE'

red 119 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #776EEE

Tints of Medium Slate Blue #776EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 25.48%
G = 23.55%
B = 50.96%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#776EEE (or 0x776EEE) is known color: Medium Slate Blue. HEX triplet: 77, 6E and EE. RGB value is (119,110,238). Sum of RGB (Red+Green+Blue) = 119+110+238=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #776EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776EEE is #889111. Grayscale: #7E7E7E. Windows color (decimal): -8950034 or 15625847. OLE color: 15625847.

HSL color Cylindrical-coordinate representation of color #776EEE: hue angle of 244.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776EEE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 110 238 -
CMYK 0.50 0.54 0 0.07
HSL 244.22º 0.79% 0.68% -
HSV(B) 244.22º 0.54% 0.93% -
XYZ 28.62 21.25 83.48 -
YUV 127.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 119 110 238 0.50 0.54 0 0.07 244.22 0.79 0.68
Hex 77 6E EE 32 36 0 7 F4 4F 44
Octal 167 156 356 62 66 0 7 364 117 104
Binary 1110111 1101110 11101110 110010 110110 0 111 11110100 1001111 1000100

Color Harmonies of #776EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EEE

Black with #776EEE

Text Example


Text Example

White with #776EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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