#766FF6

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

Shades of Medium Slate Blue #766FF6

Tints of Medium Slate Blue #766FF6

Color information

#766FF6 (or 0x766FF6) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and F6. RGB value is (118,111,246). Sum of RGB (Red+Green+Blue) = 118+111+246=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #766FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF6 is #899009. Grayscale: #7F7F7F. Windows color (decimal): -9015306 or 16150390. OLE color: 16150390.

HSL color Cylindrical-coordinate representation of color #766FF6: hue angle of 243.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766FF6 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118111246-
CMYK0.520.5500.04
HSL243.11º88.24%70%-
HSV(B)243.11º54.88%96.47%-
XYZ29.7921.8789.84-
YUV128.48194.32120.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 246 (96.48% from 255) = 51.79%
R=24.84%
G=23.37%
B=51.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181112460.520.5500.04243.1188.2470
Hex766FF6343704f35846
Octal166157366646704363130106
Binary111011011011111111011011010011011101001111001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766FF6; }

 p { color: rgb(118,111,246); }

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

<style>
 a { background-color: #766FF6; }

 a { background-color: rgb(118,111,246); }

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

<style>
 span { border-color: #766FF6; }

 span { border-color: rgb(118,111,246); }

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