#9857ff

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

Shades of Light Slate Blue #9857FF

Tints of Light Slate Blue #9857FF

Color information

#9857FF (or 0x9857FF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 57 and FF. RGB value is (152,87,255). Sum of RGB (Red+Green+Blue) = 152+87+255=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #9857FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9857FF is #67A800. Grayscale: #7C7C7C. Windows color (decimal): -6793217 or 16734104. OLE color: 16734104.

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

Color convert

RGB15287255-
CMYK0.400.6600
HSL263.21º100%67.06%-
HSV(B)263.21º65.88%100%-
XYZ34.4120.7196.79-
YUV125.59201.03146.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 87 (34.38% from 255) = 17.61%
BLUE value IS 255 (100% from 255) = 51.62%
R=30.77%
G=17.61%
B=51.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152872550.400.6600263.2110067.06
Hex9857FF2842001076443
Octal2301273775010200407144103
Binary1001100010101111111111110100010000100010000011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9857ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9857ff; }

 p { color: rgb(152,87,255); }

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

<style>
 a { background-color: #9857ff; }

 a { background-color: rgb(152,87,255); }

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

<style>
 span { border-color: #9857ff; }

 span { border-color: rgb(152,87,255); }

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