#766BEE

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

Shades of Medium Slate Blue #766BEE

Tints of Medium Slate Blue #766BEE

Color information

#766BEE (or 0x766BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6B and EE. RGB value is (118,107,238). Sum of RGB (Red+Green+Blue) = 118+107+238=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #766BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BEE is #899411. Grayscale: #7C7C7C. Windows color (decimal): -9016338 or 15625078. OLE color: 15625078.

HSL color Cylindrical-coordinate representation of color #766BEE: hue angle of 245.04º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766BEE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118107238-
CMYK0.500.5500.07
HSL245.04º79.39%67.65%-
HSV(B)245.04º55.04%93.33%-
XYZ28.1620.5483.37-
YUV125.22191.64122.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 107 (42.19% from 255) = 23.11%
BLUE value IS 238 (93.36% from 255) = 51.40%
R=25.49%
G=23.11%
B=51.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181072380.500.5500.07245.0479.3967.65
Hex766BEE323707f54f44
Octal166153356626707365117104
Binary111011011010111110111011001011011101111111010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,238); }

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

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

 a { background-color: rgb(118,107,238); }

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

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

 span { border-color: rgb(118,107,238); }

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