#8989FC

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

Shades of Light Slate Blue #8989FC

Tints of Light Slate Blue #8989FC

Color information

#8989FC (or 0x8989FC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 89 and FC. RGB value is (137,137,252). Sum of RGB (Red+Green+Blue) = 137+137+252=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #8989FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8989FC is #767603. Grayscale: #959595. Windows color (decimal): -7763460 or 16550281. OLE color: 16550281.

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

Color convert

RGB137137252-
CMYK0.460.4600.01
HSL240º95.04%76.27%-
HSV(B)240º45.63%98.82%-
XYZ36.8330.2495.99-
YUV150.11185.5118.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.05%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=26.05%
G=26.05%
B=47.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371372520.460.4600.0124095.0476.27
Hex8989FC2E2E01f05f4c
Octal211211374565601360137114
Binary100010011000100111111100101110101110011111000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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