#9380FA

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

Shades of Light Slate Blue #9380FA

Tints of Light Slate Blue #9380FA

Color information

#9380FA (or 0x9380FA) is unknown color: approx Light Slate Blue. HEX triplet: 93, 80 and FA. RGB value is (147,128,250). Sum of RGB (Red+Green+Blue) = 147+128+250=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #9380FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380FA is #6C7F05. Grayscale: #939393. Windows color (decimal): -7110406 or 16416915. OLE color: 16416915.

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

Color convert

RGB147128250-
CMYK0.410.4900.02
HSL249.34º92.42%74.12%-
HSV(B)249.34º48.8%98.04%-
XYZ37.0128.5494-
YUV147.59185.79127.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=28%
G=24.38%
B=47.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471282500.410.4900.02249.3492.4274.12
Hex9380FA293102f95c4a
Octal223200372516102371134112
Binary1001001110000000111110101010011100010101111100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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