#7676DE

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

Shades of Medium Slate Blue #7676DE

Tints of Medium Slate Blue #7676DE

Color information

#7676DE (or 0x7676DE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 76 and DE. RGB value is (118,118,222). Sum of RGB (Red+Green+Blue) = 118+118+222=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #7676DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676DE is #898921. Grayscale: #818181. Windows color (decimal): -9013538 or 14579318. OLE color: 14579318.

HSL color Cylindrical-coordinate representation of color #7676DE: hue angle of 240º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7676DE is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118118222-
CMYK0.470.4700.13
HSL240º61.18%66.67%-
HSV(B)240º46.85%87.06%-
XYZ27.1322.0871.94-
YUV129.86180119.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=25.76%
G=25.76%
B=48.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181182220.470.4700.1324061.1866.67
Hex7676DE2F2F0Df03d43
Octal166166336575701536075103
Binary111011011101101101111010111110111101101111100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7676DE; }

 p { color: rgb(118,118,222); }

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

<style>
 a { background-color: #7676DE; }

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

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

<style>
 span { border-color: #7676DE; }

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

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