#7A76DE

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

Shades of Medium Slate Blue #7A76DE

Tints of Medium Slate Blue #7A76DE

Color information

#7A76DE (or 0x7A76DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 76 and DE. RGB value is (122,118,222). Sum of RGB (Red+Green+Blue) = 122+118+222=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A76DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76DE is #858921. Grayscale: #828282. Windows color (decimal): -8751394 or 14579322. OLE color: 14579322.

HSL color Cylindrical-coordinate representation of color #7A76DE: hue angle of 242.31º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A76DE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122118222-
CMYK0.450.4700.13
HSL242.31º61.18%66.67%-
HSV(B)242.31º46.85%87.06%-
XYZ27.6922.3771.97-
YUV131.05179.33121.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=26.41%
G=25.54%
B=48.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221182220.450.4700.13242.3161.1866.67
Hex7A76DE2D2F0Df23d43
Octal172166336555701536275103
Binary111101011101101101111010110110111101101111100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,222); }

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

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

 a { background-color: rgb(122,118,222); }

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

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

 span { border-color: rgb(122,118,222); }

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