#767ADD

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

Shades of Medium Slate Blue #767ADD

Tints of Medium Slate Blue #767ADD

Color information

#767ADD (or 0x767ADD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 7A and DD. RGB value is (118,122,221). Sum of RGB (Red+Green+Blue) = 118+122+221=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #767ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ADD is #898522. Grayscale: #838383. Windows color (decimal): -9012515 or 14514806. OLE color: 14514806.

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

Color convert

RGB118122221-
CMYK0.470.4500.13
HSL237.67º60.23%66.47%-
HSV(B)237.67º46.61%86.67%-
XYZ27.4822.9971.4-
YUV132.09178.17117.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=25.60%
G=26.46%
B=47.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181222210.470.4500.13237.6760.2366.47
Hex767ADD2F2D0Dee3c42
Octal166172335575501535674102
Binary111011011110101101110110111110110101101111011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767ADD; }

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

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

<style>
 a { background-color: #767ADD; }

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

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

<style>
 span { border-color: #767ADD; }

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

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