#7750E4

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

Shades of Medium Slate Blue #7750E4

Tints of Medium Slate Blue #7750E4

Color information

#7750E4 (or 0x7750E4) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 50 and E4. RGB value is (119,80,228). Sum of RGB (Red+Green+Blue) = 119+80+228=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #7750E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750E4 is #88AF1B. Grayscale: #6B6B6B. Windows color (decimal): -8957724 or 14962807. OLE color: 14962807.

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

Color convert

RGB11980228-
CMYK0.480.6500.11
HSL255.81º73.27%60.39%-
HSV(B)255.81º64.91%89.41%-
XYZ24.4815.2675.05-
YUV108.53195.42135.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 228 (89.45% from 255) = 53.40%
R=27.87%
G=18.74%
B=53.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal119802280.480.6500.11255.8173.2760.39
Hex7750E430410B100493c
Octal1671203446010101340011174
Binary11101111010000111001001100001000001010111000000001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7750E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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