#7581FB

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

Shades of Light Slate Blue #7581FB

Tints of Light Slate Blue #7581FB

Color information

#7581FB (or 0x7581FB) is unknown color: approx Light Slate Blue. HEX triplet: 75, 81 and FB. RGB value is (117,129,251). Sum of RGB (Red+Green+Blue) = 117+129+251=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #7581FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581FB is #8A7E04. Grayscale: #8A8A8A. Windows color (decimal): -9076229 or 16482677. OLE color: 16482677.

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

Color convert

RGB117129251-
CMYK0.530.4900.02
HSL234.63º94.37%72.16%-
HSV(B)234.63º53.39%98.43%-
XYZ32.626.4594.65-
YUV139.32191.02112.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=23.54%
G=25.96%
B=50.50%

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
Decimal1171292510.530.4900.02234.6394.3772.16
Hex7581FB353102eb5e48
Octal165201373656102353136110
Binary111010110000001111110111101011100010101110101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7581FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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