#9861fe

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

Shades of Light Slate Blue #9861FE

Tints of Light Slate Blue #9861FE

Color information

#9861FE (or 0x9861FE) is unknown color: approx Light Slate Blue. HEX triplet: 98, 61 and FE. RGB value is (152,97,254). Sum of RGB (Red+Green+Blue) = 152+97+254=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9861FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9861FE is #679E01. Grayscale: #828282. Windows color (decimal): -6790658 or 16671128. OLE color: 16671128.

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

Color convert

RGB15297254-
CMYK0.400.6200.00
HSL261.02º98.74%68.82%-
HSV(B)261.02º61.81%99.61%-
XYZ35.1122.3896.24-
YUV131.34197.22142.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=30.22%
G=19.28%
B=50.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal152972540.400.6200.00261.0298.7468.82
Hex9861FE283E001056345
Octal230141376507600405143105
Binary100110001100001111111101010001111100010000010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9861fe; }

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

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

<style>
 a { background-color: #9861fe; }

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

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

<style>
 span { border-color: #9861fe; }

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

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