#7580FE

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

Shades of Light Slate Blue #7580FE

Tints of Light Slate Blue #7580FE

Color information

#7580FE (or 0x7580FE) is unknown color: approx Light Slate Blue. HEX triplet: 75, 80 and FE. RGB value is (117,128,254). Sum of RGB (Red+Green+Blue) = 117+128+254=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #7580FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7580FE is #8A7F01. Grayscale: #8A8A8A. Windows color (decimal): -9076482 or 16679029. OLE color: 16679029.

HSL color Cylindrical-coordinate representation of color #7580FE: hue angle of 235.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7580FE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117128254-
CMYK0.540.5000.00
HSL235.18º98.56%72.75%-
HSV(B)235.18º53.94%99.61%-
XYZ32.9426.3897.12-
YUV139.07192.86112.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=23.45%
G=25.65%
B=50.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171282540.540.5000.00235.1898.5672.75
Hex7580FE363200eb6349
Octal165200376666200353143111
Binary11101011000000011111110110110110010001110101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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