#7476DD

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

Shades of Medium Slate Blue #7476DD

Tints of Medium Slate Blue #7476DD

Color information

#7476DD (or 0x7476DD) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 76 and DD. RGB value is (116,118,221). Sum of RGB (Red+Green+Blue) = 116+118+221=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #7476DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7476DD is #8B8922. Grayscale: #808080. Windows color (decimal): -9144611 or 14513780. OLE color: 14513780.

HSL color Cylindrical-coordinate representation of color #7476DD: hue angle of 238.86º degrees, saturation: 0.61, 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 #7476DD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116118221-
CMYK0.480.4700.13
HSL238.86º60.69%66.08%-
HSV(B)238.86º47.51%86.67%-
XYZ26.7321.8971.22-
YUV129.14179.84118.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=25.49%
G=25.93%
B=48.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161182210.480.4700.13238.8660.6966.08
Hex7476DD302F0Def3d42
Octal164166335605701535775102
Binary111010011101101101110111000010111101101111011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7476DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7476DD; }

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

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

<style>
 a { background-color: #7476DD; }

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

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

<style>
 span { border-color: #7476DD; }

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

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