#8B6FF7

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

Shades of Light Slate Blue #8B6FF7

Tints of Light Slate Blue #8B6FF7

Color information

#8B6FF7 (or 0x8B6FF7) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6F and F7. RGB value is (139,111,247). Sum of RGB (Red+Green+Blue) = 139+111+247=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #8B6FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6FF7 is #749008. Grayscale: #868686. Windows color (decimal): -7639049 or 16215947. OLE color: 16215947.

HSL color Cylindrical-coordinate representation of color #8B6FF7: hue angle of 252.35º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B6FF7 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139111247-
CMYK0.440.5500.03
HSL252.35º89.47%70.2%-
HSV(B)252.35º55.06%96.86%-
XYZ33.1223.5790.8-
YUV134.88191.28130.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 247 (96.88% from 255) = 49.70%
R=27.97%
G=22.33%
B=49.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1391112470.440.5500.03252.3589.4770.2
Hex8B6FF72C3703fc5946
Octal213157367546703374131106
Binary100010111101111111101111011001101110111111110010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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