#766FF2

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

Shades of Medium Slate Blue #766FF2

Tints of Medium Slate Blue #766FF2

Color information

#766FF2 (or 0x766FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and F2. RGB value is (118,111,242). Sum of RGB (Red+Green+Blue) = 118+111+242=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #766FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF2 is #89900D. Grayscale: #7F7F7F. Windows color (decimal): -9015310 or 15888246. OLE color: 15888246.

HSL color Cylindrical-coordinate representation of color #766FF2: hue angle of 243.21º degrees, saturation: 0.83, 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 #766FF2 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118111242-
CMYK0.510.5400.05
HSL243.21º83.44%69.22%-
HSV(B)243.21º54.13%94.9%-
XYZ29.1821.6386.64-
YUV128.03192.32120.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 242 (94.92% from 255) = 51.38%
R=25.05%
G=23.57%
B=51.38%

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
Decimal1181112420.510.5400.05243.2183.4469.22
Hex766FF2333605f35345
Octal166157362636605363123105
Binary111011011011111111001011001111011001011111001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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