#7671ED

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

Shades of Medium Slate Blue #7671ED

Tints of Medium Slate Blue #7671ED

Color information

#7671ED (or 0x7671ED) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 71 and ED. RGB value is (118,113,237). Sum of RGB (Red+Green+Blue) = 118+113+237=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #7671ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7671ED is #898E12. Grayscale: #808080. Windows color (decimal): -9014803 or 15561078. OLE color: 15561078.

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

Color convert

RGB118113237-
CMYK0.500.5200.07
HSL242.42º77.5%68.63%-
HSV(B)242.42º52.32%92.94%-
XYZ28.6621.7882.81-
YUV128.63189.16120.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=25.21%
G=24.15%
B=50.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181132370.500.5200.07242.4277.568.63
Hex7671ED323407f24e45
Octal166161355626407362116105
Binary111011011100011110110111001011010001111111001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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