#766CD7

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

Shades of Slate Blue #766CD7

Tints of Slate Blue #766CD7

Color information

#766CD7 (or 0x766CD7) is unknown color: approx Slate Blue. HEX triplet: 76, 6C and D7. RGB value is (118,108,215). Sum of RGB (Red+Green+Blue) = 118+108+215=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #766CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD7 is #899328. Grayscale: #7A7A7A. Windows color (decimal): -9016105 or 14118006. OLE color: 14118006.

HSL color Cylindrical-coordinate representation of color #766CD7: hue angle of 245.61º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CD7 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118108215-
CMYK0.450.5000.16
HSL245.61º57.22%63.33%-
HSV(B)245.61º49.77%84.31%-
XYZ25.119.4866.73-
YUV123.19179.81124.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=26.76%
G=24.49%
B=48.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181082150.450.5000.16245.6157.2263.33
Hex766CD72D32010f6393f
Octal16615432755620203667177
Binary111011011011001101011110110111001001000011110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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