#7581FA

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

Shades of Light Slate Blue #7581FA

Tints of Light Slate Blue #7581FA

Color information

#7581FA (or 0x7581FA) is unknown color: approx Light Slate Blue. HEX triplet: 75, 81 and FA. RGB value is (117,129,250). Sum of RGB (Red+Green+Blue) = 117+129+250=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #7581FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581FA is #8A7E05. Grayscale: #8A8A8A. Windows color (decimal): -9076230 or 16417141. OLE color: 16417141.

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

Color convert

RGB117129250-
CMYK0.530.4800.02
HSL234.59º93.01%71.96%-
HSV(B)234.59º53.2%98.04%-
XYZ32.4426.3893.83-
YUV139.21190.52112.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=23.59%
G=26.01%
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
Decimal1171292500.530.4800.02234.5993.0171.96
Hex7581FA353002eb5d48
Octal165201372656002353135110
Binary111010110000001111110101101011100000101110101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7581FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7581FA; }

 p { color: rgb(117,129,250); }

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

<style>
 a { background-color: #7581FA; }

 a { background-color: rgb(117,129,250); }

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

<style>
 span { border-color: #7581FA; }

 span { border-color: rgb(117,129,250); }

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