#9580FE

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

Shades of Light Slate Blue #9580FE

Tints of Light Slate Blue #9580FE

Color information

#9580FE (or 0x9580FE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 80 and FE. RGB value is (149,128,254). Sum of RGB (Red+Green+Blue) = 149+128+254=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #9580FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9580FE is #6A7F01. Grayscale: #949494. Windows color (decimal): -6979330 or 16679061. OLE color: 16679061.

HSL color Cylindrical-coordinate representation of color #9580FE: hue angle of 250º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9580FE is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149128254-
CMYK0.410.5000.00
HSL250º98.44%74.9%-
HSV(B)250º49.61%99.61%-
XYZ3828.9897.36-
YUV148.64187.46128.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=28.06%
G=24.11%
B=47.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491282540.410.5000.0025098.4474.9
Hex9580FE293200fa624b
Octal225200376516200372142113
Binary100101011000000011111110101001110010001111101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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