#9855FE

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

Shades of Light Slate Blue #9855FE

Tints of Light Slate Blue #9855FE

Color information

#9855FE (or 0x9855FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 55 and FE. RGB value is (152,85,254). Sum of RGB (Red+Green+Blue) = 152+85+254=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #9855FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855FE is #67AA01. Grayscale: #7B7B7B. Windows color (decimal): -6793730 or 16668056. OLE color: 16668056.

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

Color convert

RGB15285254-
CMYK0.400.6700.00
HSL263.79º98.83%66.47%-
HSV(B)263.79º66.54%99.61%-
XYZ34.0920.3395.89-
YUV124.3201.2147.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=30.96%
G=17.31%
B=51.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal152852540.400.6700.00263.7998.8366.47
Hex9855FE2843001086342
Octal2301253765010300410143102
Binary1001100010101011111111010100010000110010000100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,85,254); }

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

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

 a { background-color: rgb(152,85,254); }

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

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

 span { border-color: rgb(152,85,254); }

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