#9482F2

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

Shades of Light Slate Blue #9482F2

Tints of Light Slate Blue #9482F2

Color information

#9482F2 (or 0x9482F2) is unknown color: approx Light Slate Blue. HEX triplet: 94, 82 and F2. RGB value is (148,130,242). Sum of RGB (Red+Green+Blue) = 148+130+242=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #9482F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482F2 is #6B7D0D. Grayscale: #939393. Windows color (decimal): -7044366 or 15893140. OLE color: 15893140.

HSL color Cylindrical-coordinate representation of color #9482F2: hue angle of 249.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9482F2 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148130242-
CMYK0.390.4600.05
HSL249.64º81.16%72.94%-
HSV(B)249.64º46.28%94.9%-
XYZ36.2228.6787.63-
YUV148.15180.96127.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 242 (94.92% from 255) = 46.54%
R=28.46%
G=25%
B=46.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481302420.390.4600.05249.6481.1672.94
Hex9482F2272E05fa5149
Octal224202362475605372121111
Binary10010100100000101111001010011110111001011111101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9482F2; }

 p { color: rgb(148,130,242); }

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

<style>
 a { background-color: #9482F2; }

 a { background-color: rgb(148,130,242); }

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

<style>
 span { border-color: #9482F2; }

 span { border-color: rgb(148,130,242); }

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