#9865F9

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

Shades of Light Slate Blue #9865F9

Tints of Light Slate Blue #9865F9

Color information

#9865F9 (or 0x9865F9) is unknown color: approx Light Slate Blue. HEX triplet: 98, 65 and F9. RGB value is (152,101,249). Sum of RGB (Red+Green+Blue) = 152+101+249=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #9865F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865F9 is #679A06. Grayscale: #848484. Windows color (decimal): -6789639 or 16344472. OLE color: 16344472.

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

Color convert

RGB152101249-
CMYK0.390.5900.02
HSL260.68º92.5%68.63%-
HSV(B)260.68º59.44%97.65%-
XYZ34.722.8292.2-
YUV133.12193.4141.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 249 (97.66% from 255) = 49.60%
R=30.28%
G=20.12%
B=49.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521012490.390.5900.02260.6892.568.63
Hex9865F9273B021055c45
Octal230145371477302405134105
Binary1001100011001011111100110011111101101010000010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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