#766FF3

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

Shades of Medium Slate Blue #766FF3

Tints of Medium Slate Blue #766FF3

Color information

#766FF3 (or 0x766FF3) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and F3. RGB value is (118,111,243). Sum of RGB (Red+Green+Blue) = 118+111+243=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #766FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF3 is #89900C. Grayscale: #7F7F7F. Windows color (decimal): -9015309 or 15953782. OLE color: 15953782.

HSL color Cylindrical-coordinate representation of color #766FF3: hue angle of 243.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766FF3 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118111243-
CMYK0.510.5400.05
HSL243.18º84.62%69.41%-
HSV(B)243.18º54.32%95.29%-
XYZ29.3321.6987.43-
YUV128.14192.82120.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=25%
G=23.52%
B=51.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181112430.510.5400.05243.1884.6269.41
Hex766FF3333605f35545
Octal166157363636605363125105
Binary111011011011111111001111001111011001011111001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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