#9184FA

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

Shades of Light Slate Blue #9184FA

Tints of Light Slate Blue #9184FA

Color information

#9184FA (or 0x9184FA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 84 and FA. RGB value is (145,132,250). Sum of RGB (Red+Green+Blue) = 145+132+250=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 132 (51.95% from 255 or 25.05% 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 #9184FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184FA is #6E7B05. Grayscale: #949494. Windows color (decimal): -7240454 or 16417937. OLE color: 16417937.

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

Color convert

RGB145132250-
CMYK0.420.4700.02
HSL246.61º92.19%74.9%-
HSV(B)246.61º47.2%98.04%-
XYZ37.1829.4294.16-
YUV149.34184.81124.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.51%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=27.51%
G=25.05%
B=47.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451322500.420.4700.02246.6192.1974.9
Hex9184FA2A2F02f75c4b
Octal221204372525702367134113
Binary1001000110000100111110101010101011110101111011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,132,250); }

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

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

 a { background-color: rgb(145,132,250); }

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

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

 span { border-color: rgb(145,132,250); }

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