#7780ED

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

Shades of Medium Slate Blue #7780ED

Tints of Medium Slate Blue #7780ED

Color information

#7780ED (or 0x7780ED) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 80 and ED. RGB value is (119,128,237). Sum of RGB (Red+Green+Blue) = 119+128+237=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #7780ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7780ED is #887F12. Grayscale: #898989. Windows color (decimal): -8945427 or 15564919. OLE color: 15564919.

HSL color Cylindrical-coordinate representation of color #7780ED: hue angle of 235.42º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7780ED is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119128237-
CMYK0.500.4600.07
HSL235.42º76.62%69.8%-
HSV(B)235.42º49.79%92.94%-
XYZ30.6125.4783.42-
YUV137.73184.02114.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.59%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=24.59%
G=26.45%
B=48.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191282370.500.4600.07235.4276.6269.8
Hex7780ED322E07eb4d46
Octal167200355625607353115106
Binary1110111100000001110110111001010111001111110101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7780ED; }

 p { color: rgb(119,128,237); }

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

<style>
 a { background-color: #7780ED; }

 a { background-color: rgb(119,128,237); }

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

<style>
 span { border-color: #7780ED; }

 span { border-color: rgb(119,128,237); }

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