#7668DD

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

Shades of Medium Slate Blue #7668DD

Tints of Medium Slate Blue #7668DD

Color information

#7668DD (or 0x7668DD) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 68 and DD. RGB value is (118,104,221). Sum of RGB (Red+Green+Blue) = 118+104+221=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #7668DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668DD is #899722. Grayscale: #797979. Windows color (decimal): -9017123 or 14510198. OLE color: 14510198.

HSL color Cylindrical-coordinate representation of color #7668DD: hue angle of 247.18º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7668DD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118104221-
CMYK0.470.5300.13
HSL247.18º63.24%63.73%-
HSV(B)247.18º52.94%86.67%-
XYZ25.4718.9770.73-
YUV121.52184.14125.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=26.64%
G=23.48%
B=49.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181042210.470.5300.13247.1863.2463.73
Hex7668DD2F350Df73f40
Octal166150335576501536777100
Binary111011011010001101110110111111010101101111101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7668DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7668DD; }

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

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

<style>
 a { background-color: #7668DD; }

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

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

<style>
 span { border-color: #7668DD; }

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

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