#9480FE

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

Shades of Light Slate Blue #9480FE

Tints of Light Slate Blue #9480FE

Color information

#9480FE (or 0x9480FE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 80 and FE. RGB value is (148,128,254). Sum of RGB (Red+Green+Blue) = 148+128+254=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #9480FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9480FE is #6B7F01. Grayscale: #939393. Windows color (decimal): -7044866 or 16679060. OLE color: 16679060.

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

Color convert

RGB148128254-
CMYK0.420.5000.00
HSL249.52º98.44%74.9%-
HSV(B)249.52º49.61%99.61%-
XYZ37.8228.8997.35-
YUV148.34187.63127.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=27.92%
G=24.15%
B=47.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481282540.420.5000.00249.5298.4474.9
Hex9480FE2A3200fa624b
Octal224200376526200372142113
Binary100101001000000011111110101010110010001111101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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