#7580F5

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

Shades of Light Slate Blue #7580F5

Tints of Light Slate Blue #7580F5

Color information

#7580F5 (or 0x7580F5) is unknown color: approx Light Slate Blue. HEX triplet: 75, 80 and F5. RGB value is (117,128,245). Sum of RGB (Red+Green+Blue) = 117+128+245=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #7580F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7580F5 is #8A7F0A. Grayscale: #898989. Windows color (decimal): -9076491 or 16089205. OLE color: 16089205.

HSL color Cylindrical-coordinate representation of color #7580F5: hue angle of 234.84º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7580F5 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117128245-
CMYK0.520.4800.04
HSL234.84º86.49%70.98%-
HSV(B)234.84º52.24%96.08%-
XYZ31.5425.8189.71-
YUV138.05188.36112.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 245 (96.09% from 255) = 50%
R=23.88%
G=26.12%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171282450.520.4800.04234.8486.4970.98
Hex7580F5343004eb5647
Octal165200365646004353126107
Binary1110101100000001111010111010011000001001110101110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7580F5; }

 p { color: rgb(117,128,245); }

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

<style>
 a { background-color: #7580F5; }

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

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

<style>
 span { border-color: #7580F5; }

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

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