#766FDC

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

Shades of Medium Slate Blue #766FDC

Tints of Medium Slate Blue #766FDC

Color information

#766FDC (or 0x766FDC) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6F and DC. RGB value is (118,111,220). Sum of RGB (Red+Green+Blue) = 118+111+220=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #766FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDC is #899023. Grayscale: #7D7D7D. Windows color (decimal): -9015332 or 14446454. OLE color: 14446454.

HSL color Cylindrical-coordinate representation of color #766FDC: hue angle of 243.85º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766FDC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118111220-
CMYK0.460.5000.14
HSL243.85º60.89%64.9%-
HSV(B)243.85º49.55%86.27%-
XYZ26.0720.3970.27-
YUV125.52181.32122.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 220 (86.33% from 255) = 49.00%
R=26.28%
G=24.72%
B=49.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181112200.460.5000.14243.8560.8964.9
Hex766FDC2E320Ef43d41
Octal166157334566201636475101
Binary111011011011111101110010111011001001110111101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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