#9383FB

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

Shades of Light Slate Blue #9383FB

Tints of Light Slate Blue #9383FB

Color information

#9383FB (or 0x9383FB) is unknown color: approx Light Slate Blue. HEX triplet: 93, 83 and FB. RGB value is (147,131,251). Sum of RGB (Red+Green+Blue) = 147+131+251=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #9383FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383FB is #6C7C04. Grayscale: #959595. Windows color (decimal): -7109637 or 16483219. OLE color: 16483219.

HSL color Cylindrical-coordinate representation of color #9383FB: hue angle of 248º degrees, saturation: 0.94, 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 #9383FB is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147131251-
CMYK0.410.4800.02
HSL248º93.75%74.9%-
HSV(B)248º47.81%98.43%-
XYZ37.5629.494.96-
YUV149.46185.3126.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.79%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=27.79%
G=24.76%
B=47.45%

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
Decimal1471312510.410.4800.0224893.7574.9
Hex9383FB293002f85e4b
Octal223203373516002370136113
Binary1001001110000011111110111010011100000101111100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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