Html Css Color HEX #776FF6 Medium Slate Blue

📋 copy color: '#776FF6'

red 119 ◦ green 111 ◦ blue 246

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

Shades of Medium Slate Blue #776FF6

Tints of Medium Slate Blue #776FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 25%
G = 23.32%
B = 51.68%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#776FF6 (or 0x776FF6) is known color: Medium Slate Blue. HEX triplet: 77, 6F and F6. RGB value is (119,111,246). Sum of RGB (Red+Green+Blue) = 119+111+246=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #776FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FF6 is #889009. Grayscale: #808080. Windows color (decimal): -8949770 or 16150391. OLE color: 16150391.

HSL color Cylindrical-coordinate representation of color #776FF6: hue angle of 243.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776FF6 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 111 246 -
CMYK 0.52 0.55 0 0.04
HSL 243.56º 0.88% 0.7% -
HSV(B) 243.56º 0.55% 0.96% -
XYZ 29.93 21.94 89.85 -
YUV 128.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 119 111 246 0.52 0.55 0 0.04 243.56 0.88 0.7
Hex 77 6F F6 34 37 0 4 F4 58 46
Octal 167 157 366 64 67 0 4 364 130 106
Binary 1110111 1101111 11110110 110100 110111 0 100 11110100 1011000 1000110

Color Harmonies of #776FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FF6

Black with #776FF6

Text Example


Text Example

White with #776FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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