#9184FC

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

Shades of Light Slate Blue #9184FC

Tints of Light Slate Blue #9184FC

Color information

#9184FC (or 0x9184FC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 84 and FC. RGB value is (145,132,252). Sum of RGB (Red+Green+Blue) = 145+132+252=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #9184FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184FC is #6E7B03. Grayscale: #959595. Windows color (decimal): -7240452 or 16549009. OLE color: 16549009.

HSL color Cylindrical-coordinate representation of color #9184FC: hue angle of 246.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9184FC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145132252-
CMYK0.420.4800.01
HSL246.5º95.24%75.29%-
HSV(B)246.5º47.62%98.82%-
XYZ37.529.5595.82-
YUV149.57185.81124.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.41%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=27.41%
G=24.95%
B=47.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451322520.420.4800.01246.595.2475.29
Hex9184FC2A3001f65f4b
Octal221204374526001366137113
Binary100100011000010011111100101010110000011111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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