#9A82FC

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

Shades of Light Slate Blue #9A82FC

Tints of Light Slate Blue #9A82FC

Color information

#9A82FC (or 0x9A82FC) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 82 and FC. RGB value is (154,130,252). Sum of RGB (Red+Green+Blue) = 154+130+252=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A82FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A82FC is #657D03. Grayscale: #969696. Windows color (decimal): -6651140 or 16548506. OLE color: 16548506.

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

Color convert

RGB154130252-
CMYK0.390.4800.01
HSL251.8º95.31%74.9%-
HSV(B)251.8º48.41%98.82%-
XYZ38.8829.8695.81-
YUV151.08184.95130.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=28.73%
G=24.25%
B=47.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541302520.390.4800.01251.895.3174.9
Hex9A82FC273001fc5f4b
Octal232202374476001374137113
Binary100110101000001011111100100111110000011111110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A82FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A82FC; }

 p { color: rgb(154,130,252); }

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

<style>
 a { background-color: #9A82FC; }

 a { background-color: rgb(154,130,252); }

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

<style>
 span { border-color: #9A82FC; }

 span { border-color: rgb(154,130,252); }

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