#9A8DFD

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

Shades of Light Slate Blue #9A8DFD

Tints of Light Slate Blue #9A8DFD

Color information

#9A8DFD (or 0x9A8DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8D and FD. RGB value is (154,141,253). Sum of RGB (Red+Green+Blue) = 154+141+253=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DFD is #657202. Grayscale: #9D9D9D. Windows color (decimal): -6648323 or 16616858. OLE color: 16616858.

HSL color Cylindrical-coordinate representation of color #9A8DFD: hue angle of 246.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8DFD is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154141253-
CMYK0.390.4400.01
HSL246.96º96.55%77.25%-
HSV(B)246.96º44.27%99.22%-
XYZ40.5833.0197.16-
YUV157.66181.81125.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=28.10%
G=25.73%
B=46.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541412530.390.4400.01246.9696.5577.25
Hex9A8DFD272C01f7614d
Octal232215375475401367141115
Binary100110101000110111111101100111101100011111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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