#7777ea

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

Shades of Medium Slate Blue #7777EA

Tints of Medium Slate Blue #7777EA

Color information

#7777EA (or 0x7777EA) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 77 and EA. RGB value is (119,119,234). Sum of RGB (Red+Green+Blue) = 119+119+234=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #7777EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7777EA is #888815. Grayscale: #838383. Windows color (decimal): -8947734 or 15366007. OLE color: 15366007.

HSL color Cylindrical-coordinate representation of color #7777EA: hue angle of 240º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7777EA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119119234-
CMYK0.490.4900.08
HSL240º73.25%69.22%-
HSV(B)240º49.15%91.76%-
XYZ29.0623.0680.76-
YUV132.11185.5118.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=25.21%
G=25.21%
B=49.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191192340.490.4900.0824073.2569.22
Hex7777EA313108f04945
Octal1671673526161010360111105
Binary1110111111011111101010110001110001010001111000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7777ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7777ea; }

 p { color: rgb(119,119,234); }

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

<style>
 a { background-color: #7777ea; }

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

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

<style>
 span { border-color: #7777ea; }

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

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