#787AE2

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

Shades of Medium Slate Blue #787AE2

Tints of Medium Slate Blue #787AE2

Color information

#787AE2 (or 0x787AE2) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 7A and E2. RGB value is (120,122,226). Sum of RGB (Red+Green+Blue) = 120+122+226=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #787AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AE2 is #87851D. Grayscale: #848484. Windows color (decimal): -8881438 or 14842488. OLE color: 14842488.

HSL color Cylindrical-coordinate representation of color #787AE2: hue angle of 238.87º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #787AE2 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120122226-
CMYK0.470.4600.11
HSL238.87º64.63%67.84%-
HSV(B)238.87º46.9%88.63%-
XYZ28.4323.474.97-
YUV133.26180.34118.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.64%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 226 (88.67% from 255) = 48.29%
R=25.64%
G=26.07%
B=48.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1201222260.470.4600.11238.8764.6367.84
Hex787AE22F2E0Bef4144
Octal1701723425756013357101104
Binary1111000111101011100010101111101110010111110111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787AE2; }

 p { color: rgb(120,122,226); }

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

<style>
 a { background-color: #787AE2; }

 a { background-color: rgb(120,122,226); }

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

<style>
 span { border-color: #787AE2; }

 span { border-color: rgb(120,122,226); }

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