#9382FA

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

Shades of Light Slate Blue #9382FA

Tints of Light Slate Blue #9382FA

Color information

#9382FA (or 0x9382FA) is unknown color: approx Light Slate Blue. HEX triplet: 93, 82 and FA. RGB value is (147,130,250). Sum of RGB (Red+Green+Blue) = 147+130+250=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9382FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9382FA is #6C7D05. Grayscale: #949494. Windows color (decimal): -7109894 or 16417427. OLE color: 16417427.

HSL color Cylindrical-coordinate representation of color #9382FA: hue angle of 248.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9382FA is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147130250-
CMYK0.410.4800.02
HSL248.5º92.31%74.51%-
HSV(B)248.5º48%98.04%-
XYZ37.2729.0794.09-
YUV148.76185.13126.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=27.89%
G=24.67%
B=47.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471302500.410.4800.02248.592.3174.51
Hex9382FA293002f85c4b
Octal223202372516002370134113
Binary1001001110000010111110101010011100000101111100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9382FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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