#9854F9

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

Shades of Light Slate Blue #9854F9

Tints of Light Slate Blue #9854F9

Color information

#9854F9 (or 0x9854F9) is unknown color: approx Light Slate Blue. HEX triplet: 98, 54 and F9. RGB value is (152,84,249). Sum of RGB (Red+Green+Blue) = 152+84+249=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #9854F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9854F9 is #67AB06. Grayscale: #7A7A7A. Windows color (decimal): -6793991 or 16340120. OLE color: 16340120.

HSL color Cylindrical-coordinate representation of color #9854F9: hue angle of 264.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9854F9 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15284249-
CMYK0.390.6600.02
HSL264.73º93.22%65.29%-
HSV(B)264.73º66.27%97.65%-
XYZ33.2219.8691.7-
YUV123.14199.03148.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=31.34%
G=17.32%
B=51.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152842490.390.6600.02264.7393.2265.29
Hex9854F92742021095d41
Octal2301243714710202411135101
Binary10011000101010011111001100111100001001010000100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9854F9; }

 p { color: rgb(152,84,249); }

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

<style>
 a { background-color: #9854F9; }

 a { background-color: rgb(152,84,249); }

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

<style>
 span { border-color: #9854F9; }

 span { border-color: rgb(152,84,249); }

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