Html Css Color HEX #776BEE Medium Slate Blue

📋 copy color: '#776BEE'

red 119 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #776BEE

Tints of Medium Slate Blue #776BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

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

R = 25.65%
G = 23.06%
B = 51.29%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#776BEE (or 0x776BEE) is known color: Medium Slate Blue. HEX triplet: 77, 6B and EE. RGB value is (119,107,238). Sum of RGB (Red+Green+Blue) = 119+107+238=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #776BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BEE is #889411. Grayscale: #7D7D7D. Windows color (decimal): -8950802 or 15625079. OLE color: 15625079.

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

Color convert

RGB 119 107 238 -
CMYK 0.50 0.55 0 0.07
HSL 245.5º 0.79% 0.68% -
HSV(B) 245.5º 0.55% 0.93% -
XYZ 28.3 20.61 83.38 -
YUV 125.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 119 107 238 0.50 0.55 0 0.07 245.5 0.79 0.68
Hex 77 6B EE 32 37 0 7 F5 4F 44
Octal 167 153 356 62 67 0 7 365 117 104
Binary 1110111 1101011 11101110 110010 110111 0 111 11110101 1001111 1000100

Color Harmonies of #776BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BEE

Black with #776BEE

Text Example


Text Example

White with #776BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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