#777EE6

Color #777EE6 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #777EE6

Tints of Medium Slate Blue #777EE6

Color information

#777EE6 (or 0x777EE6) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 7E and E6. RGB value is (119,126,230). Sum of RGB (Red+Green+Blue) = 119+126+230=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #777EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EE6 is #888119. Grayscale: #878787. Windows color (decimal): -8945946 or 15105655. OLE color: 15105655.

HSL color Cylindrical-coordinate representation of color #777EE6: hue angle of 236.22º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #777EE6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119126230-
CMYK0.480.4500.10
HSL236.22º68.94%68.43%-
HSV(B)236.22º48.26%90.2%-
XYZ29.3524.5678.06-
YUV135.76181.18116.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=25.05%
G=26.53%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1191262300.480.4500.10236.2268.9468.43
Hex777EE6302D0Aec4544
Octal1671763466055012354105104
Binary1110111111111011100110110000101101010101110110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777EE6; }

 p { color: rgb(119,126,230); }

 H1.HeaderClassName
 {
   color: #777EE6;
 }
 .AnyTagClassName
 {
   color: #777EE6;
 }
</style>
background-color css

<style>
 a { background-color: #777EE6; }

 a { background-color: rgb(119,126,230); }

 div.DivClassName
 {
   background-color: #777EE6;
 }
 .BgClassName
 {
   background-color: #777EE6;
 }
</style>
border-color css

<style>
 span { border-color: #777EE6; }

 span { border-color: rgb(119,126,230); }

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