#7F78EB

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

Shades of Medium Slate Blue #7F78EB

Tints of Medium Slate Blue #7F78EB

Color information

#7F78EB (or 0x7F78EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 78 and EB. RGB value is (127,120,235). Sum of RGB (Red+Green+Blue) = 127+120+235=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 120 (47.27% from 255 or 24.90% 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 #7F78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F78EB is #808714. Grayscale: #868686. Windows color (decimal): -8423189 or 15431807. OLE color: 15431807.

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

Color convert

RGB127120235-
CMYK0.460.4900.08
HSL243.65º74.19%69.61%-
HSV(B)243.65º48.94%92.16%-
XYZ30.4623.9481.61-
YUV135.2184.32122.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=26.35%
G=24.90%
B=48.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271202350.460.4900.08243.6574.1969.61
Hex7F78EB2E3108f44a46
Octal1771703535661010364112106
Binary1111111111100011101011101110110001010001111010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F78EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F78EB; }

 p { color: rgb(127,120,235); }

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

<style>
 a { background-color: #7F78EB; }

 a { background-color: rgb(127,120,235); }

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

<style>
 span { border-color: #7F78EB; }

 span { border-color: rgb(127,120,235); }

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