#7674DE

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

Shades of Medium Slate Blue #7674DE

Tints of Medium Slate Blue #7674DE

Color information

#7674DE (or 0x7674DE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 74 and DE. RGB value is (118,116,222). Sum of RGB (Red+Green+Blue) = 118+116+222=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #7674DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674DE is #898B21. Grayscale: #808080. Windows color (decimal): -9014050 or 14578806. OLE color: 14578806.

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

Color convert

RGB118116222-
CMYK0.470.4800.13
HSL241.13º61.63%66.27%-
HSV(B)241.13º47.75%87.06%-
XYZ26.921.6271.86-
YUV128.68180.66120.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=25.88%
G=25.44%
B=48.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181162220.470.4800.13241.1361.6366.27
Hex7674DE2F300Df13e42
Octal166164336576001536176102
Binary111011011101001101111010111111000001101111100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7674DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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