#7C7AF0

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

Shades of Medium Slate Blue #7C7AF0

Tints of Medium Slate Blue #7C7AF0

Color information

#7C7AF0 (or 0x7C7AF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 7A and F0. RGB value is (124,122,240). Sum of RGB (Red+Green+Blue) = 124+122+240=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C7AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7AF0 is #83850F. Grayscale: #878787. Windows color (decimal): -8619280 or 15759996. OLE color: 15759996.

HSL color Cylindrical-coordinate representation of color #7C7AF0: hue angle of 241.02º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C7AF0 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124122240-
CMYK0.480.4900.06
HSL241.02º79.73%70.98%-
HSV(B)241.02º49.17%94.12%-
XYZ3124.585.53-
YUV136.05186.66119.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 240 (94.14% from 255) = 49.38%
R=25.51%
G=25.10%
B=49.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241222400.480.4900.06241.0279.7370.98
Hex7C7AF0303106f15047
Octal174172360606106361120107
Binary111110011110101111000011000011000101101111000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,122,240); }

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

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

 a { background-color: rgb(124,122,240); }

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

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

 span { border-color: rgb(124,122,240); }

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