#9A84FE

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

Shades of Light Slate Blue #9A84FE

Tints of Light Slate Blue #9A84FE

Color information

#9A84FE (or 0x9A84FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 84 and FE. RGB value is (154,132,254). Sum of RGB (Red+Green+Blue) = 154+132+254=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84FE is #657B01. Grayscale: #989898. Windows color (decimal): -6650626 or 16680090. OLE color: 16680090.

HSL color Cylindrical-coordinate representation of color #9A84FE: hue angle of 250.82º 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 #9A84FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154132254-
CMYK0.390.4800.00
HSL250.82º98.39%75.69%-
HSV(B)250.82º48.03%99.61%-
XYZ39.4730.5397.58-
YUV152.49185.29129.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.52%
GREEN value IS 132 (51.95% from 255) = 24.44%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=28.52%
G=24.44%
B=47.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541322540.390.4800.00250.8298.3975.69
Hex9A84FE273000fb624c
Octal232204376476000373142114
Binary100110101000010011111110100111110000001111101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A84FE; }

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

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

<style>
 a { background-color: #9A84FE; }

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

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

<style>
 span { border-color: #9A84FE; }

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

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