#8B69EB

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

Shades of Medium Slate Blue #8B69EB

Tints of Medium Slate Blue #8B69EB

Color information

#8B69EB (or 0x8B69EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 69 and EB. RGB value is (139,105,235). Sum of RGB (Red+Green+Blue) = 139+105+235=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B69EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B69EB is #749614. Grayscale: #818181. Windows color (decimal): -7640597 or 15427979. OLE color: 15427979.

HSL color Cylindrical-coordinate representation of color #8B69EB: hue angle of 255.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B69EB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139105235-
CMYK0.410.5500.08
HSL255.69º76.47%66.67%-
HSV(B)255.69º55.32%92.16%-
XYZ30.6921.5981.15-
YUV129.99187.26134.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=29.02%
G=21.92%
B=49.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391052350.410.5500.08255.6976.4766.67
Hex8B69EB2937081004c43
Octal2131513535167010400114103
Binary100010111101001111010111010011101110100010000000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,235); }

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

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

 a { background-color: rgb(139,105,235); }

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

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

 span { border-color: rgb(139,105,235); }

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