#7668ED

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

Shades of Medium Slate Blue #7668ED

Tints of Medium Slate Blue #7668ED

Color information

#7668ED (or 0x7668ED) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 68 and ED. RGB value is (118,104,237). Sum of RGB (Red+Green+Blue) = 118+104+237=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #7668ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7668ED is #899712. Grayscale: #7A7A7A. Windows color (decimal): -9017107 or 15558774. OLE color: 15558774.

HSL color Cylindrical-coordinate representation of color #7668ED: hue angle of 246.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7668ED is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118104237-
CMYK0.500.5600.07
HSL246.32º78.7%66.86%-
HSV(B)246.32º56.12%92.94%-
XYZ27.7119.8782.5-
YUV123.35192.14124.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=25.71%
G=22.66%
B=51.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181042370.500.5600.07246.3278.766.86
Hex7668ED323807f64f43
Octal166150355627007366117103
Binary111011011010001110110111001011100001111111011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7668ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7668ED; }

 p { color: rgb(118,104,237); }

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

<style>
 a { background-color: #7668ED; }

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

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

<style>
 span { border-color: #7668ED; }

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

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