#8A8DFF

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

Shades of Light Slate Blue #8A8DFF

Tints of Light Slate Blue #8A8DFF

Color information

#8A8DFF (or 0x8A8DFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 8D and FF. RGB value is (138,141,255). Sum of RGB (Red+Green+Blue) = 138+141+255=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8DFF is #757200. Grayscale: #989898. Windows color (decimal): -7696897 or 16747914. OLE color: 16747914.

HSL color Cylindrical-coordinate representation of color #8A8DFF: hue angle of 238.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8DFF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138141255-
CMYK0.460.4500
HSL238.46º100%77.06%-
HSV(B)238.46º45.88%100%-
XYZ38.0631.6798.72-
YUV153.1185.51117.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 255 (100% from 255) = 47.75%
R=25.84%
G=26.40%
B=47.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381412550.460.4500238.4610077.06
Hex8A8DFF2E2D00ee644d
Octal212215377565500356144115
Binary100010101000110111111111101110101101001110111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8DFF; }

 p { color: rgb(138,141,255); }

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

<style>
 a { background-color: #8A8DFF; }

 a { background-color: rgb(138,141,255); }

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

<style>
 span { border-color: #8A8DFF; }

 span { border-color: rgb(138,141,255); }

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