#7582FB

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

Shades of Light Slate Blue #7582FB

Tints of Light Slate Blue #7582FB

Color information

#7582FB (or 0x7582FB) is unknown color: approx Light Slate Blue. HEX triplet: 75, 82 and FB. RGB value is (117,130,251). Sum of RGB (Red+Green+Blue) = 117+130+251=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #7582FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7582FB is #8A7D04. Grayscale: #8B8B8B. Windows color (decimal): -9075973 or 16482933. OLE color: 16482933.

HSL color Cylindrical-coordinate representation of color #7582FB: hue angle of 234.18º degrees, saturation: 0.94, 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 #7582FB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117130251-
CMYK0.530.4800.02
HSL234.18º94.37%72.16%-
HSV(B)234.18º53.39%98.43%-
XYZ32.7326.7194.7-
YUV139.91190.69111.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=23.49%
G=26.10%
B=50.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171302510.530.4800.02234.1894.3772.16
Hex7582FB353002ea5e48
Octal165202373656002352136110
Binary111010110000010111110111101011100000101110101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7582FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7582FB; }

 p { color: rgb(117,130,251); }

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

<style>
 a { background-color: #7582FB; }

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

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

<style>
 span { border-color: #7582FB; }

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

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