#9484FF

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

Shades of Light Slate Blue #9484FF

Tints of Light Slate Blue #9484FF

Color information

#9484FF (or 0x9484FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 84 and FF. RGB value is (148,132,255). Sum of RGB (Red+Green+Blue) = 148+132+255=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9484FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484FF is #6B7B00. Grayscale: #969696. Windows color (decimal): -7043841 or 16745620. OLE color: 16745620.

HSL color Cylindrical-coordinate representation of color #9484FF: hue angle of 247.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9484FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148132255-
CMYK0.420.4800
HSL247.8º100%75.88%-
HSV(B)247.8º48.24%100%-
XYZ38.5130.0298.37-
YUV150.81186.8126-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 47.66%
R=27.66%
G=24.67%
B=47.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481322550.420.4800247.810075.88
Hex9484FF2A3000f8644c
Octal224204377526000370144114
Binary100101001000010011111111101010110000001111100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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