#8984FB

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

Shades of Light Slate Blue #8984FB

Tints of Light Slate Blue #8984FB

Color information

#8984FB (or 0x8984FB) is unknown color: approx Light Slate Blue. HEX triplet: 89, 84 and FB. RGB value is (137,132,251). Sum of RGB (Red+Green+Blue) = 137+132+251=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #8984FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8984FB is #767B04. Grayscale: #929292. Windows color (decimal): -7764741 or 16483465. OLE color: 16483465.

HSL color Cylindrical-coordinate representation of color #8984FB: hue angle of 242.52º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8984FB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137132251-
CMYK0.450.4700.02
HSL242.52º93.7%75.1%-
HSV(B)242.52º47.41%98.43%-
XYZ35.9828.7994.93-
YUV147.06186.66120.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 251 (98.44% from 255) = 48.27%
R=26.35%
G=25.38%
B=48.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371322510.450.4700.02242.5293.775.1
Hex8984FB2D2F02f35e4b
Octal211204373555702363136113
Binary1000100110000100111110111011011011110101111001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8984FB; }

 p { color: rgb(137,132,251); }

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

<style>
 a { background-color: #8984FB; }

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

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

<style>
 span { border-color: #8984FB; }

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

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