#8A6BFF

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

Shades of Light Slate Blue #8A6BFF

Tints of Light Slate Blue #8A6BFF

Color information

#8A6BFF (or 0x8A6BFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 6B and FF. RGB value is (138,107,255). Sum of RGB (Red+Green+Blue) = 138+107+255=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6BFF is #759400. Grayscale: #848484. Windows color (decimal): -7705601 or 16739210. OLE color: 16739210.

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

Color convert

RGB138107255-
CMYK0.460.5800
HSL252.57º100%70.98%-
HSV(B)252.57º58.04%100%-
XYZ33.7923.1497.29-
YUV133.14196.77131.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 255 (100% from 255) = 51%
R=27.6%
G=21.4%
B=51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381072550.460.5800252.5710070.98
Hex8A6BFF2E3A00fd6447
Octal212153377567200375144107
Binary10001010110101111111111101110111010001111110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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