#8981FB

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

Shades of Light Slate Blue #8981FB

Tints of Light Slate Blue #8981FB

Color information

#8981FB (or 0x8981FB) is unknown color: approx Light Slate Blue. HEX triplet: 89, 81 and FB. RGB value is (137,129,251). Sum of RGB (Red+Green+Blue) = 137+129+251=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #8981FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8981FB is #767E04. Grayscale: #909090. Windows color (decimal): -7765509 or 16482697. OLE color: 16482697.

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

Color convert

RGB137129251-
CMYK0.450.4900.02
HSL243.93º93.85%74.51%-
HSV(B)243.93º48.61%98.43%-
XYZ35.5827.9894.79-
YUV145.3187.65122.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=26.50%
G=24.95%
B=48.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371292510.450.4900.02243.9393.8574.51
Hex8981FB2D3102f45e4b
Octal211201373556102364136113
Binary1000100110000001111110111011011100010101111010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8981FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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