#7773E0

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

Shades of Medium Slate Blue #7773E0

Tints of Medium Slate Blue #7773E0

Color information

#7773E0 (or 0x7773E0) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 73 and E0. RGB value is (119,115,224). Sum of RGB (Red+Green+Blue) = 119+115+224=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #7773E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773E0 is #888C1F. Grayscale: #808080. Windows color (decimal): -8948768 or 14709623. OLE color: 14709623.

HSL color Cylindrical-coordinate representation of color #7773E0: hue angle of 242.2º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7773E0 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119115224-
CMYK0.470.4900.12
HSL242.2º63.74%66.47%-
HSV(B)242.2º48.66%87.84%-
XYZ27.1921.5773.25-
YUV128.62181.83121.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=25.98%
G=25.11%
B=48.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1191152240.470.4900.12242.263.7466.47
Hex7773E02F310Cf24042
Octal1671633405761014362100102
Binary1110111111001111100000101111110001011001111001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7773E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7773E0; }

 p { color: rgb(119,115,224); }

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

<style>
 a { background-color: #7773E0; }

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

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

<style>
 span { border-color: #7773E0; }

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

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