#7780EB

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

Shades of Medium Slate Blue #7780EB

Tints of Medium Slate Blue #7780EB

Color information

#7780EB (or 0x7780EB) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 80 and EB. RGB value is (119,128,235). Sum of RGB (Red+Green+Blue) = 119+128+235=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #7780EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7780EB is #887F14. Grayscale: #898989. Windows color (decimal): -8945429 or 15433847. OLE color: 15433847.

HSL color Cylindrical-coordinate representation of color #7780EB: hue angle of 235.34º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7780EB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119128235-
CMYK0.490.4600.08
HSL235.34º74.36%69.41%-
HSV(B)235.34º49.36%92.16%-
XYZ30.3225.3681.89-
YUV137.51183.02114.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.69%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=24.69%
G=26.56%
B=48.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191282350.490.4600.08235.3474.3669.41
Hex7780EB312E08eb4a45
Octal1672003536156010353112105
Binary11101111000000011101011110001101110010001110101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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