Html Css Color HEX #776CEB Medium Slate Blue

📋 copy color: '#776CEB'

red 119 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #776CEB

Tints of Medium Slate Blue #776CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 25.76%
G = 23.38%
B = 50.87%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#776CEB (or 0x776CEB) is known color: Medium Slate Blue. HEX triplet: 77, 6C and EB. RGB value is (119,108,235). Sum of RGB (Red+Green+Blue) = 119+108+235=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #776CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CEB is #889314. Grayscale: #7D7D7D. Windows color (decimal): -8950549 or 15428727. OLE color: 15428727.

HSL color Cylindrical-coordinate representation of color #776CEB: hue angle of 245.2º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776CEB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 108 235 -
CMYK 0.49 0.54 0 0.08
HSL 245.2º 0.76% 0.67% -
HSV(B) 245.2º 0.54% 0.92% -
XYZ 27.97 20.65 81.11 -
YUV 125.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 119 108 235 0.49 0.54 0 0.08 245.2 0.76 0.67
Hex 77 6C EB 31 36 0 8 F5 4C 43
Octal 167 154 353 61 66 0 10 365 114 103
Binary 1110111 1101100 11101011 110001 110110 0 1000 11110101 1001100 1000011

Color Harmonies of #776CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CEB

Black with #776CEB

Text Example


Text Example

White with #776CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,235); }

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

background-color css

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

 a { background-color: rgb(119,108,235); }

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

border-color css

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

 span { border-color: rgb(119,108,235); }

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