Html Css Color HEX #776BEC Medium Slate Blue

📋 copy color: '#776BEC'

red 119 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #776BEC

Tints of Medium Slate Blue #776BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 25.76%
G = 23.16%
B = 51.08%

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

#776BEC (or 0x776BEC) is known color: Medium Slate Blue. HEX triplet: 77, 6B and EC. RGB value is (119,107,236). Sum of RGB (Red+Green+Blue) = 119+107+236=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #776BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BEC is #889413. Grayscale: #7C7C7C. Windows color (decimal): -8950804 or 15494007. OLE color: 15494007.

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

Color convert

RGB 119 107 236 -
CMYK 0.50 0.55 0 0.07
HSL 245.58º 0.77% 0.67% -
HSV(B) 245.58º 0.55% 0.93% -
XYZ 28.01 20.49 81.84 -
YUV 125.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 119 107 236 0.50 0.55 0 0.07 245.58 0.77 0.67
Hex 77 6B EC 32 37 0 7 F6 4D 43
Octal 167 153 354 62 67 0 7 366 115 103
Binary 1110111 1101011 11101100 110010 110111 0 111 11110110 1001101 1000011

Color Harmonies of #776BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BEC

Black with #776BEC

Text Example


Text Example

White with #776BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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