#7A66DA

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

Shades of Medium Slate Blue #7A66DA

Tints of Medium Slate Blue #7A66DA

Color information

#7A66DA (or 0x7A66DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 66 and DA. RGB value is (122,102,218). Sum of RGB (Red+Green+Blue) = 122+102+218=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A66DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66DA is #859925. Grayscale: #787878. Windows color (decimal): -8755494 or 14313082. OLE color: 14313082.

HSL color Cylindrical-coordinate representation of color #7A66DA: hue angle of 250.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A66DA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122102218-
CMYK0.440.5300.15
HSL250.34º61.05%62.75%-
HSV(B)250.34º53.21%85.49%-
XYZ25.4318.768.6-
YUV121.2182.63128.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 218 (85.55% from 255) = 49.32%
R=27.60%
G=23.08%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221022180.440.5300.15250.3461.0562.75
Hex7A66DA2C350Ffa3d3f
Octal17214633254650173727577
Binary11110101100110110110101011001101010111111111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,218); }

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

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

 a { background-color: rgb(122,102,218); }

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

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

 span { border-color: rgb(122,102,218); }

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