#8B6FF1

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

Shades of Light Slate Blue #8B6FF1

Tints of Light Slate Blue #8B6FF1

Color information

#8B6FF1 (or 0x8B6FF1) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6F and F1. RGB value is (139,111,241). Sum of RGB (Red+Green+Blue) = 139+111+241=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B6FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6FF1 is #74900E. Grayscale: #858585. Windows color (decimal): -7639055 or 15822731. OLE color: 15822731.

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

Color convert

RGB139111241-
CMYK0.420.5400.05
HSL252.92º82.28%69.02%-
HSV(B)252.92º53.94%94.51%-
XYZ32.2123.2186-
YUV134.19188.28131.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=28.31%
G=22.61%
B=49.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391112410.420.5400.05252.9282.2869.02
Hex8B6FF12A3605fd5245
Octal213157361526605375122105
Binary1000101111011111111000110101011011001011111110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,241); }

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

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

 a { background-color: rgb(139,111,241); }

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

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

 span { border-color: rgb(139,111,241); }

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