#7764E4

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

Shades of Medium Slate Blue #7764E4

Tints of Medium Slate Blue #7764E4

Color information

#7764E4 (or 0x7764E4) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 64 and E4. RGB value is (119,100,228). Sum of RGB (Red+Green+Blue) = 119+100+228=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #7764E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764E4 is #889B1B. Grayscale: #777777. Windows color (decimal): -8952604 or 14967927. OLE color: 14967927.

HSL color Cylindrical-coordinate representation of color #7764E4: hue angle of 248.91º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7764E4 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB119100228-
CMYK0.480.5600.11
HSL248.91º70.33%64.31%-
HSV(B)248.91º56.14%89.41%-
XYZ26.1718.6475.62-
YUV120.27188.79127.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=26.62%
G=22.37%
B=51.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1191002280.480.5600.11248.9170.3364.31
Hex7764E430380Bf94640
Octal1671443446070013371106100
Binary1110111110010011100100110000111000010111111100110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7764E4; }

 p { color: rgb(119,100,228); }

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

<style>
 a { background-color: #7764E4; }

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

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

<style>
 span { border-color: #7764E4; }

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

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