#8A8FFF

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

Shades of Light Slate Blue #8A8FFF

Tints of Light Slate Blue #8A8FFF

Color information

#8A8FFF (or 0x8A8FFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 8F and FF. RGB value is (138,143,255). Sum of RGB (Red+Green+Blue) = 138+143+255=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8FFF is #757000. Grayscale: #999999. Windows color (decimal): -7696385 or 16748426. OLE color: 16748426.

HSL color Cylindrical-coordinate representation of color #8A8FFF: hue angle of 237.44º 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 #8A8FFF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138143255-
CMYK0.460.4400
HSL237.44º100%77.06%-
HSV(B)237.44º45.88%100%-
XYZ38.3532.2798.81-
YUV154.27184.84116.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 255 (100% from 255) = 47.57%
R=25.75%
G=26.68%
B=47.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381432550.460.4400237.4410077.06
Hex8A8FFF2E2C00ed644d
Octal212217377565400355144115
Binary100010101000111111111111101110101100001110110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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