#8B6EF5

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

Shades of Light Slate Blue #8B6EF5

Tints of Light Slate Blue #8B6EF5

Color information

#8B6EF5 (or 0x8B6EF5) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6E and F5. RGB value is (139,110,245). Sum of RGB (Red+Green+Blue) = 139+110+245=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B6EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6EF5 is #74910A. Grayscale: #858585. Windows color (decimal): -7639307 or 16084619. OLE color: 16084619.

HSL color Cylindrical-coordinate representation of color #8B6EF5: hue angle of 252.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B6EF5 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139110245-
CMYK0.430.5500.04
HSL252.89º87.1%69.61%-
HSV(B)252.89º55.1%96.08%-
XYZ32.723.2389.15-
YUV134.06190.61131.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 245 (96.09% from 255) = 49.60%
R=28.14%
G=22.27%
B=49.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391102450.430.5500.04252.8987.169.61
Hex8B6EF52B3704fd5746
Octal213156365536704375127106
Binary1000101111011101111010110101111011101001111110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,245); }

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

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

 a { background-color: rgb(139,110,245); }

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

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

 span { border-color: rgb(139,110,245); }

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