#7c7aeb

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

Shades of Medium Slate Blue #7C7AEB

Tints of Medium Slate Blue #7C7AEB

Color information

#7C7AEB (or 0x7C7AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 7A and EB. RGB value is (124,122,235). Sum of RGB (Red+Green+Blue) = 124+122+235=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C7AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7AEB is #838514. Grayscale: #878787. Windows color (decimal): -8619285 or 15432316. OLE color: 15432316.

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

Color convert

RGB124122235-
CMYK0.470.4800.08
HSL241.06º73.86%70%-
HSV(B)241.06º48.09%92.16%-
XYZ30.2724.281.67-
YUV135.48184.16119.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=25.78%
G=25.36%
B=48.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241222350.470.4800.08241.0673.8670
Hex7C7AEB2F3008f14a46
Octal1741723535760010361112106
Binary1111100111101011101011101111110000010001111000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c7aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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