#766CF1

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

Shades of Medium Slate Blue #766CF1

Tints of Medium Slate Blue #766CF1

Color information

#766CF1 (or 0x766CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 6C and F1. RGB value is (118,108,241). Sum of RGB (Red+Green+Blue) = 118+108+241=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #766CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CF1 is #89930E. Grayscale: #7D7D7D. Windows color (decimal): -9016079 or 15821942. OLE color: 15821942.

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

Color convert

RGB118108241-
CMYK0.510.5500.05
HSL244.51º82.61%68.43%-
HSV(B)244.51º55.19%94.51%-
XYZ28.7120.9385.75-
YUV126.15192.81122.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 241 (94.53% from 255) = 51.61%
R=25.27%
G=23.13%
B=51.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181082410.510.5500.05244.5182.6168.43
Hex766CF1333705f55344
Octal166154361636705365123104
Binary111011011011001111000111001111011101011111010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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