Html Css Color HEX #776FEF Medium Slate Blue

📋 copy color: '#776FEF'

red 119 ◦ green 111 ◦ blue 239

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

Shades of Medium Slate Blue #776FEF

Tints of Medium Slate Blue #776FEF

RGB

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

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

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

R = 25.37%
G = 23.67%
B = 50.96%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#776FEF (or 0x776FEF) is known color: Medium Slate Blue. HEX triplet: 77, 6F and EF. RGB value is (119,111,239). Sum of RGB (Red+Green+Blue) = 119+111+239=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #776FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FEF is #889010. Grayscale: #7F7F7F. Windows color (decimal): -8949777 or 15691639. OLE color: 15691639.

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

Color convert

RGB 119 111 239 -
CMYK 0.50 0.54 0 0.06
HSL 243.75º 0.8% 0.69% -
HSV(B) 243.75º 0.54% 0.94% -
XYZ 28.87 21.52 84.29 -
YUV 127.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 119 111 239 0.50 0.54 0 0.06 243.75 0.8 0.69
Hex 77 6F EF 32 36 0 6 F4 50 45
Octal 167 157 357 62 66 0 6 364 120 105
Binary 1110111 1101111 11101111 110010 110110 0 110 11110100 1010000 1000101

Color Harmonies of #776FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FEF

Black with #776FEF

Text Example


Text Example

White with #776FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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