#7D78EA

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

Shades of Medium Slate Blue #7D78EA

Tints of Medium Slate Blue #7D78EA

Color information

#7D78EA (or 0x7D78EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 78 and EA. RGB value is (125,120,234). Sum of RGB (Red+Green+Blue) = 125+120+234=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D78EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78EA is #828715. Grayscale: #868686. Windows color (decimal): -8554262 or 15366269. OLE color: 15366269.

HSL color Cylindrical-coordinate representation of color #7D78EA: hue angle of 242.63º degrees, saturation: 0.73, 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 #7D78EA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125120234-
CMYK0.470.4900.08
HSL242.63º73.08%69.41%-
HSV(B)242.63º48.72%91.76%-
XYZ30.0323.7380.84-
YUV134.49184.16121.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=26.10%
G=25.05%
B=48.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251202340.470.4900.08242.6373.0869.41
Hex7D78EA2F3108f34945
Octal1751703525761010363111105
Binary1111101111100011101010101111110001010001111001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D78EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,234); }

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

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

 a { background-color: rgb(125,120,234); }

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

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

 span { border-color: rgb(125,120,234); }

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