#7A69E0

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

Shades of Medium Slate Blue #7A69E0

Tints of Medium Slate Blue #7A69E0

Color information

#7A69E0 (or 0x7A69E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 69 and E0. RGB value is (122,105,224). Sum of RGB (Red+Green+Blue) = 122+105+224=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A69E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69E0 is #85961F. Grayscale: #7B7B7B. Windows color (decimal): -8754720 or 14707066. OLE color: 14707066.

HSL color Cylindrical-coordinate representation of color #7A69E0: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A69E0 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122105224-
CMYK0.460.5300.12
HSL248.57º65.75%64.51%-
HSV(B)248.57º53.12%87.84%-
XYZ26.5319.6272.91-
YUV123.65184.63126.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=27.05%
G=23.28%
B=49.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221052240.460.5300.12248.5765.7564.51
Hex7A69E02E350Cf94241
Octal1721513405665014371102101
Binary1111010110100111100000101110110101011001111100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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