#7671DA

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

Shades of Medium Slate Blue #7671DA

Tints of Medium Slate Blue #7671DA

Color information

#7671DA (or 0x7671DA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 71 and DA. RGB value is (118,113,218). Sum of RGB (Red+Green+Blue) = 118+113+218=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7671DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671DA is #898E25. Grayscale: #7E7E7E. Windows color (decimal): -9014822 or 14315894. OLE color: 14315894.

HSL color Cylindrical-coordinate representation of color #7671DA: hue angle of 242.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7671DA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118113218-
CMYK0.460.4800.15
HSL242.86º58.66%64.9%-
HSV(B)242.86º48.17%85.49%-
XYZ26.0320.7268.96-
YUV126.46179.66121.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=26.28%
G=25.17%
B=48.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181132180.460.4800.15242.8658.6664.9
Hex7671DA2E300Ff33b41
Octal166161332566001736373101
Binary111011011100011101101010111011000001111111100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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