#7580F9

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

Shades of Light Slate Blue #7580F9

Tints of Light Slate Blue #7580F9

Color information

#7580F9 (or 0x7580F9) is unknown color: approx Light Slate Blue. HEX triplet: 75, 80 and F9. RGB value is (117,128,249). Sum of RGB (Red+Green+Blue) = 117+128+249=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #7580F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7580F9 is #8A7F06. Grayscale: #8A8A8A. Windows color (decimal): -9076487 or 16351349. OLE color: 16351349.

HSL color Cylindrical-coordinate representation of color #7580F9: hue angle of 235º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7580F9 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117128249-
CMYK0.530.4900.02
HSL235º91.67%71.76%-
HSV(B)235º53.01%97.65%-
XYZ32.1526.0692.96-
YUV138.5190.36112.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=23.68%
G=25.91%
B=50.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171282490.530.4900.0223591.6771.76
Hex7580F9353102eb5c48
Octal165200371656102353134110
Binary111010110000000111110011101011100010101110101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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