#7763E0

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

Shades of Medium Slate Blue #7763E0

Tints of Medium Slate Blue #7763E0

Color information

#7763E0 (or 0x7763E0) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 63 and E0. RGB value is (119,99,224). Sum of RGB (Red+Green+Blue) = 119+99+224=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #7763E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7763E0 is #889C1F. Grayscale: #767676. Windows color (decimal): -8952864 or 14705527. OLE color: 14705527.

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

Color convert

RGB11999224-
CMYK0.470.5600.12
HSL249.6º66.84%63.33%-
HSV(B)249.6º55.8%87.84%-
XYZ25.5218.2372.69-
YUV119.23187.13127.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 224 (87.89% from 255) = 50.68%
R=26.92%
G=22.40%
B=50.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119992240.470.5600.12249.666.8463.33
Hex7763E02F380Cfa433f
Octal167143340577001437210377
Binary111011111000111110000010111111100001100111110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7763E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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