#7575DF

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

Shades of Medium Slate Blue #7575DF

Tints of Medium Slate Blue #7575DF

Color information

#7575DF (or 0x7575DF) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 75 and DF. RGB value is (117,117,223). Sum of RGB (Red+Green+Blue) = 117+117+223=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #7575DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7575DF is #8A8A20. Grayscale: #808080. Windows color (decimal): -9079329 or 14644597. OLE color: 14644597.

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

Color convert

RGB117117223-
CMYK0.480.4800.13
HSL240º62.35%66.67%-
HSV(B)240º47.53%87.45%-
XYZ27.0221.8372.6-
YUV129.08181119.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 223 (87.5% from 255) = 48.80%
R=25.60%
G=25.60%
B=48.80%

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
Decimal1171172230.480.4800.1324062.3566.67
Hex7575DF30300Df03e43
Octal165165337606001536076103
Binary111010111101011101111111000011000001101111100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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