#7A69EA

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

Shades of Medium Slate Blue #7A69EA

Tints of Medium Slate Blue #7A69EA

Color information

#7A69EA (or 0x7A69EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 69 and EA. RGB value is (122,105,234). Sum of RGB (Red+Green+Blue) = 122+105+234=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A69EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A69EA is #859615. Grayscale: #7C7C7C. Windows color (decimal): -8754710 or 15362426. OLE color: 15362426.

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

Color convert

RGB122105234-
CMYK0.480.5500.08
HSL247.91º75.44%66.47%-
HSV(B)247.91º55.13%91.76%-
XYZ27.9320.1880.27-
YUV124.79189.63126.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=26.46%
G=22.78%
B=50.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221052340.480.5500.08247.9175.4466.47
Hex7A69EA303708f84b42
Octal1721513526067010370113102
Binary1111010110100111101010110000110111010001111100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,234); }

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

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

 a { background-color: rgb(122,105,234); }

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

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

 span { border-color: rgb(122,105,234); }

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