#766CDF

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

Shades of Medium Slate Blue #766CDF

Tints of Medium Slate Blue #766CDF

Color information

#766CDF (or 0x766CDF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6C and DF. RGB value is (118,108,223). Sum of RGB (Red+Green+Blue) = 118+108+223=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #766CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDF is #899320. Grayscale: #7B7B7B. Windows color (decimal): -9016097 or 14642294. OLE color: 14642294.

HSL color Cylindrical-coordinate representation of color #766CDF: hue angle of 245.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766CDF is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118108223-
CMYK0.470.5200.13
HSL245.22º64.25%64.9%-
HSV(B)245.22º51.57%87.45%-
XYZ26.1519.972.28-
YUV124.1183.81123.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=26.28%
G=24.05%
B=49.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181082230.470.5200.13245.2264.2564.9
Hex766CDF2F340Df54041
Octal1661543375764015365100101
Binary1110110110110011011111101111110100011011111010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,223); }

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

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

 a { background-color: rgb(118,108,223); }

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

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

 span { border-color: rgb(118,108,223); }

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