#9984FE

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

Shades of Light Slate Blue #9984FE

Tints of Light Slate Blue #9984FE

Color information

#9984FE (or 0x9984FE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 84 and FE. RGB value is (153,132,254). Sum of RGB (Red+Green+Blue) = 153+132+254=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #9984FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9984FE is #667B01. Grayscale: #979797. Windows color (decimal): -6716162 or 16680089. OLE color: 16680089.

HSL color Cylindrical-coordinate representation of color #9984FE: hue angle of 250.33º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9984FE is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153132254-
CMYK0.400.4800.00
HSL250.33º98.39%75.69%-
HSV(B)250.33º48.03%99.61%-
XYZ39.2830.4397.57-
YUV152.19185.46128.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=28.39%
G=24.49%
B=47.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531322540.400.4800.00250.3398.3975.69
Hex9984FE283000fa624c
Octal231204376506000372142114
Binary100110011000010011111110101000110000001111101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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