#9382F6

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

Shades of Light Slate Blue #9382F6

Tints of Light Slate Blue #9382F6

Color information

#9382F6 (or 0x9382F6) is unknown color: approx Light Slate Blue. HEX triplet: 93, 82 and F6. RGB value is (147,130,246). Sum of RGB (Red+Green+Blue) = 147+130+246=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #9382F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9382F6 is #6C7D09. Grayscale: #939393. Windows color (decimal): -7109898 or 16155283. OLE color: 16155283.

HSL color Cylindrical-coordinate representation of color #9382F6: hue angle of 248.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9382F6 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147130246-
CMYK0.400.4700.04
HSL248.79º86.57%73.73%-
HSV(B)248.79º47.15%96.47%-
XYZ36.6528.8290.82-
YUV148.31183.13127.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 246 (96.48% from 255) = 47.04%
R=28.11%
G=24.86%
B=47.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471302460.400.4700.04248.7986.5773.73
Hex9382F6282F04f9574a
Octal223202366505704371127112
Binary10010011100000101111011010100010111101001111100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9382F6; }

 p { color: rgb(147,130,246); }

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

<style>
 a { background-color: #9382F6; }

 a { background-color: rgb(147,130,246); }

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

<style>
 span { border-color: #9382F6; }

 span { border-color: rgb(147,130,246); }

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