#7671DE

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

Shades of Medium Slate Blue #7671DE

Tints of Medium Slate Blue #7671DE

Color information

#7671DE (or 0x7671DE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 71 and DE. RGB value is (118,113,222). Sum of RGB (Red+Green+Blue) = 118+113+222=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #7671DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671DE is #898E21. Grayscale: #7E7E7E. Windows color (decimal): -9014818 or 14578038. OLE color: 14578038.

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

Color convert

RGB118113222-
CMYK0.470.4900.13
HSL242.75º62.29%65.69%-
HSV(B)242.75º49.1%87.06%-
XYZ26.5620.9471.75-
YUV126.92181.66121.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=26.05%
G=24.94%
B=49.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181132220.470.4900.13242.7562.2965.69
Hex7671DE2F310Df33e42
Octal166161336576101536376102
Binary111011011100011101111010111111000101101111100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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