#9383F1

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

Shades of Light Slate Blue #9383F1

Tints of Light Slate Blue #9383F1

Color information

#9383F1 (or 0x9383F1) is unknown color: approx Light Slate Blue. HEX triplet: 93, 83 and F1. RGB value is (147,131,241). Sum of RGB (Red+Green+Blue) = 147+131+241=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #9383F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383F1 is #6C7C0E. Grayscale: #939393. Windows color (decimal): -7109647 or 15827859. OLE color: 15827859.

HSL color Cylindrical-coordinate representation of color #9383F1: hue angle of 248.73º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9383F1 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147131241-
CMYK0.390.4600.05
HSL248.73º79.71%72.94%-
HSV(B)248.73º45.64%94.51%-
XYZ36.0328.7986.88-
YUV148.32180.3127.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=28.32%
G=25.24%
B=46.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471312410.390.4600.05248.7379.7172.94
Hex9383F1272E05f95049
Octal223203361475605371120111
Binary10010011100000111111000110011110111001011111100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9383F1; }

 p { color: rgb(147,131,241); }

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

<style>
 a { background-color: #9383F1; }

 a { background-color: rgb(147,131,241); }

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

<style>
 span { border-color: #9383F1; }

 span { border-color: rgb(147,131,241); }

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