#8A7FFF

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

Shades of Light Slate Blue #8A7FFF

Tints of Light Slate Blue #8A7FFF

Color information

#8A7FFF (or 0x8A7FFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 7F and FF. RGB value is (138,127,255). Sum of RGB (Red+Green+Blue) = 138+127+255=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7FFF is #758000. Grayscale: #909090. Windows color (decimal): -7700481 or 16744330. OLE color: 16744330.

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

Color convert

RGB138127255-
CMYK0.460.5000
HSL245.16º100%74.9%-
HSV(B)245.16º50.2%100%-
XYZ36.1227.898.07-
YUV144.88190.14123.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 49.04%
R=26.54%
G=24.42%
B=49.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381272550.460.5000245.1610074.9
Hex8A7FFF2E3200f5644b
Octal212177377566200365144113
Binary10001010111111111111111101110110010001111010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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