#9A8DFE

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

Shades of Light Slate Blue #9A8DFE

Tints of Light Slate Blue #9A8DFE

Color information

#9A8DFE (or 0x9A8DFE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 8D and FE. RGB value is (154,141,254). Sum of RGB (Red+Green+Blue) = 154+141+254=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DFE is #657201. Grayscale: #9D9D9D. Windows color (decimal): -6648322 or 16682394. OLE color: 16682394.

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

Color convert

RGB154141254-
CMYK0.390.4400.00
HSL246.9º98.26%77.45%-
HSV(B)246.9º44.49%99.61%-
XYZ40.7433.0898-
YUV157.77182.31125.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=28.05%
G=25.68%
B=46.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541412540.390.4400.00246.998.2677.45
Hex9A8DFE272C00f7624d
Octal232215376475400367142115
Binary100110101000110111111110100111101100001111011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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