#7A68EB

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

Shades of Medium Slate Blue #7A68EB

Tints of Medium Slate Blue #7A68EB

Color information

#7A68EB (or 0x7A68EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 68 and EB. RGB value is (122,104,235). Sum of RGB (Red+Green+Blue) = 122+104+235=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A68EB is #859714. Grayscale: #7B7B7B. Windows color (decimal): -8754965 or 15427706. OLE color: 15427706.

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

Color convert

RGB122104235-
CMYK0.480.5600.08
HSL248.24º76.61%66.47%-
HSV(B)248.24º55.74%92.16%-
XYZ27.9720.0480.99-
YUV124.32190.46126.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=26.46%
G=22.56%
B=50.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221042350.480.5600.08248.2476.6166.47
Hex7A68EB303808f84d42
Octal1721503536070010370115102
Binary1111010110100011101011110000111000010001111100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A68EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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