#9683FA

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

Shades of Light Slate Blue #9683FA

Tints of Light Slate Blue #9683FA

Color information

#9683FA (or 0x9683FA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 83 and FA. RGB value is (150,131,250). Sum of RGB (Red+Green+Blue) = 150+131+250=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #9683FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683FA is #697C05. Grayscale: #959595. Windows color (decimal): -6913030 or 16417686. OLE color: 16417686.

HSL color Cylindrical-coordinate representation of color #9683FA: hue angle of 249.58º 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 #9683FA is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150131250-
CMYK0.40.4800.02
HSL249.58º92.25%74.71%-
HSV(B)249.58º47.6%98.04%-
XYZ37.9529.6294.16-
YUV150.25184.29127.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=28.25%
G=24.67%
B=47.08%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501312500.40.4800.02249.5892.2574.71
Hex9683FA283002fa5c4b
Octal226203372506002372134113
Binary1001011010000011111110101010001100000101111101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9683FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,131,250); }

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

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

 a { background-color: rgb(150,131,250); }

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

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

 span { border-color: rgb(150,131,250); }

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