Html Css Color HEX #776BEF Medium Slate Blue

📋 copy color: '#776BEF'

red 119 ◦ green 107 ◦ blue 239

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

Shades of Medium Slate Blue #776BEF

Tints of Medium Slate Blue #776BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 25.59%
G = 23.01%
B = 51.4%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#776BEF (or 0x776BEF) is known color: Medium Slate Blue. HEX triplet: 77, 6B and EF. RGB value is (119,107,239). Sum of RGB (Red+Green+Blue) = 119+107+239=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #776BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BEF is #889410. Grayscale: #7D7D7D. Windows color (decimal): -8950801 or 15690615. OLE color: 15690615.

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

Color convert

RGB 119 107 239 -
CMYK 0.50 0.55 0 0.06
HSL 245.45º 0.8% 0.68% -
HSV(B) 245.45º 0.55% 0.94% -
XYZ 28.45 20.67 84.15 -
YUV 125.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 119 107 239 0.50 0.55 0 0.06 245.45 0.8 0.68
Hex 77 6B EF 32 37 0 6 F5 50 44
Octal 167 153 357 62 67 0 6 365 120 104
Binary 1110111 1101011 11101111 110010 110111 0 110 11110101 1010000 1000100

Color Harmonies of #776BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BEF

Black with #776BEF

Text Example


Text Example

White with #776BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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