#8B89FE

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

Shades of Light Slate Blue #8B89FE

Tints of Light Slate Blue #8B89FE

Color information

#8B89FE (or 0x8B89FE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 89 and FE. RGB value is (139,137,254). Sum of RGB (Red+Green+Blue) = 139+137+254=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B89FE is #747601. Grayscale: #969696. Windows color (decimal): -7632386 or 16681355. OLE color: 16681355.

HSL color Cylindrical-coordinate representation of color #8B89FE: hue angle of 241.03º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B89FE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139137254-
CMYK0.450.4600.00
HSL241.03º98.32%76.67%-
HSV(B)241.03º46.06%99.61%-
XYZ37.4830.5497.68-
YUV150.94186.16119.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=26.23%
G=25.85%
B=47.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391372540.450.4600.00241.0398.3276.67
Hex8B89FE2D2E00f1624d
Octal213211376555600361142115
Binary100010111000100111111110101101101110001111000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,254); }

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

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

 a { background-color: rgb(139,137,254); }

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

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

 span { border-color: rgb(139,137,254); }

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