#9482EF

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

Shades of Light Slate Blue #9482EF

Tints of Light Slate Blue #9482EF

Color information

#9482EF (or 0x9482EF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 82 and EF. RGB value is (148,130,239). Sum of RGB (Red+Green+Blue) = 148+130+239=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #9482EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9482EF is #6B7D10. Grayscale: #939393. Windows color (decimal): -7044369 or 15696532. OLE color: 15696532.

HSL color Cylindrical-coordinate representation of color #9482EF: hue angle of 249.91º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9482EF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148130239-
CMYK0.380.4600.06
HSL249.91º77.3%72.35%-
HSV(B)249.91º45.61%93.73%-
XYZ35.7828.4985.28-
YUV147.81179.46128.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=28.63%
G=25.15%
B=46.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481302390.380.4600.06249.9177.372.35
Hex9482EF262E06fa4d48
Octal224202357465606372115110
Binary10010100100000101110111110011010111001101111101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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