#9284FC

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

Shades of Light Slate Blue #9284FC

Tints of Light Slate Blue #9284FC

Color information

#9284FC (or 0x9284FC) is unknown color: approx Light Slate Blue. HEX triplet: 92, 84 and FC. RGB value is (146,132,252). Sum of RGB (Red+Green+Blue) = 146+132+252=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #9284FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9284FC is #6D7B03. Grayscale: #959595. Windows color (decimal): -7174916 or 16549010. OLE color: 16549010.

HSL color Cylindrical-coordinate representation of color #9284FC: hue angle of 247º 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 #9284FC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146132252-
CMYK0.420.4800.01
HSL247º95.24%75.29%-
HSV(B)247º47.62%98.82%-
XYZ37.6829.6495.83-
YUV149.87185.64125.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.55%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=27.55%
G=24.91%
B=47.55%

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
Decimal1461322520.420.4800.0124795.2475.29
Hex9284FC2A3001f75f4b
Octal222204374526001367137113
Binary100100101000010011111100101010110000011111011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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