#9484FE

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

Shades of Light Slate Blue #9484FE

Tints of Light Slate Blue #9484FE

Color information

#9484FE (or 0x9484FE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 84 and FE. RGB value is (148,132,254). Sum of RGB (Red+Green+Blue) = 148+132+254=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9484FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484FE is #6B7B01. Grayscale: #969696. Windows color (decimal): -7043842 or 16680084. OLE color: 16680084.

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

Color convert

RGB148132254-
CMYK0.420.4800.00
HSL247.87º98.39%75.69%-
HSV(B)247.87º48.03%99.61%-
XYZ38.3529.9597.53-
YUV150.69186.3126.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=27.72%
G=24.72%
B=47.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481322540.420.4800.00247.8798.3975.69
Hex9484FE2A3000f8624c
Octal224204376526000370142114
Binary100101001000010011111110101010110000001111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9484FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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