#8A6DF2

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

Shades of Light Slate Blue #8A6DF2

Tints of Light Slate Blue #8A6DF2

Color information

#8A6DF2 (or 0x8A6DF2) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 6D and F2. RGB value is (138,109,242). Sum of RGB (Red+Green+Blue) = 138+109+242=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A6DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DF2 is #75920D. Grayscale: #848484. Windows color (decimal): -7705102 or 15887754. OLE color: 15887754.

HSL color Cylindrical-coordinate representation of color #8A6DF2: hue angle of 253.08º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A6DF2 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138109242-
CMYK0.430.5500.05
HSL253.08º83.65%68.82%-
HSV(B)253.08º54.96%94.9%-
XYZ31.9822.7586.71-
YUV132.83189.61131.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=28.22%
G=22.29%
B=49.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381092420.430.5500.05253.0883.6568.82
Hex8A6DF22B3705fd5445
Octal212155362536705375124105
Binary1000101011011011111001010101111011101011111110110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,109,242); }

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

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

 a { background-color: rgb(138,109,242); }

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

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

 span { border-color: rgb(138,109,242); }

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