#9184FB

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

Shades of Light Slate Blue #9184FB

Tints of Light Slate Blue #9184FB

Color information

#9184FB (or 0x9184FB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 84 and FB. RGB value is (145,132,251). Sum of RGB (Red+Green+Blue) = 145+132+251=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #9184FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184FB is #6E7B04. Grayscale: #949494. Windows color (decimal): -7240453 or 16483473. OLE color: 16483473.

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

Color convert

RGB145132251-
CMYK0.420.4700.02
HSL246.55º93.7%75.1%-
HSV(B)246.55º47.41%98.43%-
XYZ37.3429.4994.99-
YUV149.45185.31124.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=27.46%
G=25%
B=47.54%

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
Decimal1451322510.420.4700.02246.5593.775.1
Hex9184FB2A2F02f75e4b
Octal221204373525702367136113
Binary1001000110000100111110111010101011110101111011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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