Html Css Color HEX #776FEE Medium Slate Blue

📋 copy color: '#776FEE'

red 119 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #776FEE

Tints of Medium Slate Blue #776FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.72%

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

R = 25.43%
G = 23.72%
B = 50.85%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#776FEE (or 0x776FEE) is known color: Medium Slate Blue. HEX triplet: 77, 6F and EE. RGB value is (119,111,238). Sum of RGB (Red+Green+Blue) = 119+111+238=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #776FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FEE is #889011. Grayscale: #7F7F7F. Windows color (decimal): -8949778 or 15626103. OLE color: 15626103.

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

Color convert

RGB 119 111 238 -
CMYK 0.50 0.53 0 0.07
HSL 243.78º 0.79% 0.68% -
HSV(B) 243.78º 0.53% 0.93% -
XYZ 28.72 21.46 83.52 -
YUV 127.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 119 111 238 0.50 0.53 0 0.07 243.78 0.79 0.68
Hex 77 6F EE 32 35 0 7 F4 4F 44
Octal 167 157 356 62 65 0 7 364 117 104
Binary 1110111 1101111 11101110 110010 110101 0 111 11110100 1001111 1000100

Color Harmonies of #776FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FEE

Black with #776FEE

Text Example


Text Example

White with #776FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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