#9980FE

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

Shades of Light Slate Blue #9980FE

Tints of Light Slate Blue #9980FE

Color information

#9980FE (or 0x9980FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 80 and FE. RGB value is (153,128,254). Sum of RGB (Red+Green+Blue) = 153+128+254=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9980FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980FE is #667F01. Grayscale: #959595. Windows color (decimal): -6717186 or 16679065. OLE color: 16679065.

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

Color convert

RGB153128254-
CMYK0.400.5000.00
HSL251.9º98.44%74.9%-
HSV(B)251.9º49.61%99.61%-
XYZ38.7529.3797.39-
YUV149.84186.78130.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=28.60%
G=23.93%
B=47.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531282540.400.5000.00251.998.4474.9
Hex9980FE283200fc624b
Octal231200376506200374142113
Binary100110011000000011111110101000110010001111110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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