#9367F9

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

Shades of Light Slate Blue #9367F9

Tints of Light Slate Blue #9367F9

Color information

#9367F9 (or 0x9367F9) is unknown color: approx Light Slate Blue. HEX triplet: 93, 67 and F9. RGB value is (147,103,249). Sum of RGB (Red+Green+Blue) = 147+103+249=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #9367F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367F9 is #6C9806. Grayscale: #848484. Windows color (decimal): -7116807 or 16344979. OLE color: 16344979.

HSL color Cylindrical-coordinate representation of color #9367F9: hue angle of 258.08º degrees, saturation: 0.92, 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 #9367F9 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147103249-
CMYK0.410.5900.02
HSL258.08º92.41%69.02%-
HSV(B)258.08º58.63%97.65%-
XYZ33.9822.7492.22-
YUV132.8193.58138.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 249 (97.66% from 255) = 49.90%
R=29.46%
G=20.64%
B=49.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471032490.410.5900.02258.0892.4169.02
Hex9367F9293B021025c45
Octal223147371517302402134105
Binary1001001111001111111100110100111101101010000001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9367F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,103,249); }

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

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

 a { background-color: rgb(147,103,249); }

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

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

 span { border-color: rgb(147,103,249); }

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