#9A83FD

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

Shades of Light Slate Blue #9A83FD

Tints of Light Slate Blue #9A83FD

Color information

#9A83FD (or 0x9A83FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 83 and FD. RGB value is (154,131,253). Sum of RGB (Red+Green+Blue) = 154+131+253=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83FD is #657C02. Grayscale: #979797. Windows color (decimal): -6650883 or 16614298. OLE color: 16614298.

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

Color convert

RGB154131253-
CMYK0.390.4800.01
HSL251.31º96.83%75.29%-
HSV(B)251.31º48.22%99.22%-
XYZ39.1730.1996.69-
YUV151.78185.12129.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=28.62%
G=24.35%
B=47.03%

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
Decimal1541312530.390.4800.01251.3196.8375.29
Hex9A83FD273001fb614b
Octal232203375476001373141113
Binary100110101000001111111101100111110000011111101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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