#7475DF

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

Shades of Medium Slate Blue #7475DF

Tints of Medium Slate Blue #7475DF

Color information

#7475DF (or 0x7475DF) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 75 and DF. RGB value is (116,117,223). Sum of RGB (Red+Green+Blue) = 116+117+223=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7475DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475DF is #8B8A20. Grayscale: #808080. Windows color (decimal): -9144865 or 14644596. OLE color: 14644596.

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

Color convert

RGB116117223-
CMYK0.480.4800.13
HSL239.44º62.57%66.47%-
HSV(B)239.44º47.98%87.45%-
XYZ26.8821.7672.6-
YUV128.78181.17118.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=25.44%
G=25.66%
B=48.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161172230.480.4800.13239.4462.5766.47
Hex7475DF30300Def3f42
Octal164165337606001535777102
Binary111010011101011101111111000011000001101111011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7475DF; }

 p { color: rgb(116,117,223); }

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

<style>
 a { background-color: #7475DF; }

 a { background-color: rgb(116,117,223); }

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

<style>
 span { border-color: #7475DF; }

 span { border-color: rgb(116,117,223); }

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