#9A84FD

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

Shades of Light Slate Blue #9A84FD

Tints of Light Slate Blue #9A84FD

Color information

#9A84FD (or 0x9A84FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 84 and FD. RGB value is (154,132,253). Sum of RGB (Red+Green+Blue) = 154+132+253=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A84FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84FD is #657B02. Grayscale: #979797. Windows color (decimal): -6650627 or 16614554. OLE color: 16614554.

HSL color Cylindrical-coordinate representation of color #9A84FD: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A84FD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154132253-
CMYK0.390.4800.01
HSL250.91º96.8%75.49%-
HSV(B)250.91º47.83%99.22%-
XYZ39.3130.4696.74-
YUV152.37184.79129.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=28.57%
G=24.49%
B=46.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541322530.390.4800.01250.9196.875.49
Hex9A84FD273001fb614b
Octal232204375476001373141113
Binary100110101000010011111101100111110000011111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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