#7762E1

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

Shades of Medium Slate Blue #7762E1

Tints of Medium Slate Blue #7762E1

Color information

#7762E1 (or 0x7762E1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 62 and E1. RGB value is (119,98,225). Sum of RGB (Red+Green+Blue) = 119+98+225=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #7762E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762E1 is #889D1E. Grayscale: #767676. Windows color (decimal): -8953119 or 14770807. OLE color: 14770807.

HSL color Cylindrical-coordinate representation of color #7762E1: hue angle of 249.92º degrees, saturation: 0.68, 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 #7762E1 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11998225-
CMYK0.470.5600.12
HSL249.92º67.91%63.33%-
HSV(B)249.92º56.44%88.24%-
XYZ25.5718.0973.38-
YUV118.76187.96128.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 225 (88.28% from 255) = 50.90%
R=26.92%
G=22.17%
B=50.90%

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
Decimal119982250.470.5600.12249.9267.9163.33
Hex7762E12F380Cfa443f
Octal167142341577001437210477
Binary111011111000101110000110111111100001100111110101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7762E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7762E1; }

 p { color: rgb(119,98,225); }

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

<style>
 a { background-color: #7762E1; }

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

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

<style>
 span { border-color: #7762E1; }

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

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