#787AF2

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

Shades of Medium Slate Blue #787AF2

Tints of Medium Slate Blue #787AF2

Color information

#787AF2 (or 0x787AF2) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 7A and F2. RGB value is (120,122,242). Sum of RGB (Red+Green+Blue) = 120+122+242=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #787AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787AF2 is #87850D. Grayscale: #868686. Windows color (decimal): -8881422 or 15891064. OLE color: 15891064.

HSL color Cylindrical-coordinate representation of color #787AF2: hue angle of 239.02º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #787AF2 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120122242-
CMYK0.500.5000.05
HSL239.02º82.43%70.98%-
HSV(B)239.02º50.41%94.9%-
XYZ30.7324.3287.08-
YUV135.08188.34117.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 242 (94.92% from 255) = 50%
R=24.79%
G=25.21%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201222420.500.5000.05239.0282.4370.98
Hex787AF2323205ef5247
Octal170172362626205357122107
Binary111100011110101111001011001011001001011110111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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