#9484FC

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

Shades of Light Slate Blue #9484FC

Tints of Light Slate Blue #9484FC

Color information

#9484FC (or 0x9484FC) is unknown color: approx Light Slate Blue. HEX triplet: 94, 84 and FC. RGB value is (148,132,252). Sum of RGB (Red+Green+Blue) = 148+132+252=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #9484FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484FC is #6B7B03. Grayscale: #969696. Windows color (decimal): -7043844 or 16549012. OLE color: 16549012.

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

Color convert

RGB148132252-
CMYK0.410.4800.01
HSL248º95.24%75.29%-
HSV(B)248º47.62%98.82%-
XYZ38.0329.8395.85-
YUV150.46185.3126.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=27.82%
G=24.81%
B=47.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481322520.410.4800.0124895.2475.29
Hex9484FC293001f85f4b
Octal224204374516001370137113
Binary100101001000010011111100101001110000011111100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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