#8B6AFD

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

Shades of Light Slate Blue #8B6AFD

Tints of Light Slate Blue #8B6AFD

Color information

#8B6AFD (or 0x8B6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6A and FD. RGB value is (139,106,253). Sum of RGB (Red+Green+Blue) = 139+106+253=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6AFD is #749502. Grayscale: #848484. Windows color (decimal): -7640323 or 16607883. OLE color: 16607883.

HSL color Cylindrical-coordinate representation of color #8B6AFD: hue angle of 253.47º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B6AFD is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139106253-
CMYK0.450.5800.01
HSL253.47º97.35%70.39%-
HSV(B)253.47º58.1%99.22%-
XYZ33.5322.8995.58-
YUV132.62195.93132.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=27.91%
G=21.29%
B=50.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391062530.450.5800.01253.4797.3570.39
Hex8B6AFD2D3A01fd6146
Octal213152375557201375141106
Binary10001011110101011111101101101111010011111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,253); }

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

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

 a { background-color: rgb(139,106,253); }

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

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

 span { border-color: rgb(139,106,253); }

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