#8989FA

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

Shades of Light Slate Blue #8989FA

Tints of Light Slate Blue #8989FA

Color information

#8989FA (or 0x8989FA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 89 and FA. RGB value is (137,137,250). Sum of RGB (Red+Green+Blue) = 137+137+250=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8989FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8989FA is #767605. Grayscale: #959595. Windows color (decimal): -7763462 or 16419209. OLE color: 16419209.

HSL color Cylindrical-coordinate representation of color #8989FA: hue angle of 240º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8989FA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137137250-
CMYK0.450.4500.02
HSL240º91.87%75.88%-
HSV(B)240º45.2%98.04%-
XYZ36.5230.1194.33-
YUV149.88184.5118.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=26.15%
G=26.15%
B=47.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371372500.450.4500.0224091.8775.88
Hex8989FA2D2D02f05c4c
Octal211211372555502360134114
Binary1000100110001001111110101011011011010101111000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989FA; }

 p { color: rgb(137,137,250); }

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

<style>
 a { background-color: #8989FA; }

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

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

<style>
 span { border-color: #8989FA; }

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

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