#9861FA

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

Shades of Light Slate Blue #9861FA

Tints of Light Slate Blue #9861FA

Color information

#9861FA (or 0x9861FA) is unknown color: approx Light Slate Blue. HEX triplet: 98, 61 and FA. RGB value is (152,97,250). Sum of RGB (Red+Green+Blue) = 152+97+250=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #9861FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9861FA is #679E05. Grayscale: #828282. Windows color (decimal): -6790662 or 16408984. OLE color: 16408984.

HSL color Cylindrical-coordinate representation of color #9861FA: hue angle of 261.57º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9861FA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15297250-
CMYK0.390.6100.02
HSL261.57º93.87%68.04%-
HSV(B)261.57º61.2%98.04%-
XYZ34.4822.1392.9-
YUV130.89195.22143.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=30.46%
G=19.44%
B=50.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152972500.390.6100.02261.5793.8768.04
Hex9861FA273D021065e44
Octal230141372477502406136104
Binary1001100011000011111101010011111110101010000011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9861FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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