#7585FE

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

Shades of Light Slate Blue #7585FE

Tints of Light Slate Blue #7585FE

Color information

#7585FE (or 0x7585FE) is unknown color: approx Light Slate Blue. HEX triplet: 75, 85 and FE. RGB value is (117,133,254). Sum of RGB (Red+Green+Blue) = 117+133+254=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7585FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585FE is #8A7A01. Grayscale: #8D8D8D. Windows color (decimal): -9075202 or 16680309. OLE color: 16680309.

HSL color Cylindrical-coordinate representation of color #7585FE: hue angle of 232.99º 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 #7585FE is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117133254-
CMYK0.540.4800.00
HSL232.99º98.56%72.75%-
HSV(B)232.99º53.94%99.61%-
XYZ33.6127.7197.34-
YUV142.01191.2110.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=23.21%
G=26.39%
B=50.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171332540.540.4800.00232.9998.5672.75
Hex7585FE363000e96349
Octal165205376666000351143111
Binary11101011000010111111110110110110000001110100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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