#9A83F8

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

Shades of Light Slate Blue #9A83F8

Tints of Light Slate Blue #9A83F8

Color information

#9A83F8 (or 0x9A83F8) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 83 and F8. RGB value is (154,131,248). Sum of RGB (Red+Green+Blue) = 154+131+248=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A83F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83F8 is #657C07. Grayscale: #969696. Windows color (decimal): -6650888 or 16286618. OLE color: 16286618.

HSL color Cylindrical-coordinate representation of color #9A83F8: hue angle of 251.79º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A83F8 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154131248-
CMYK0.380.4700.03
HSL251.79º89.31%74.31%-
HSV(B)251.79º47.18%97.25%-
XYZ38.3929.8892.55-
YUV151.21182.62129.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=28.89%
G=24.58%
B=46.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541312480.380.4700.03251.7989.3174.31
Hex9A83F8262F03fc594a
Octal232203370465703374131112
Binary1001101010000011111110001001101011110111111110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,248); }

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

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

 a { background-color: rgb(154,131,248); }

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

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

 span { border-color: rgb(154,131,248); }

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