#8961FB

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

Shades of Light Slate Blue #8961FB

Tints of Light Slate Blue #8961FB

Color information

#8961FB (or 0x8961FB) is unknown color: approx Light Slate Blue. HEX triplet: 89, 61 and FB. RGB value is (137,97,251). Sum of RGB (Red+Green+Blue) = 137+97+251=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #8961FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8961FB is #769E04. Grayscale: #7D7D7D. Windows color (decimal): -7773701 or 16474505. OLE color: 16474505.

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

Color convert

RGB13797251-
CMYK0.450.6100.02
HSL255.58º95.06%68.24%-
HSV(B)255.58º61.35%98.43%-
XYZ3220.8393.6-
YUV126.52198.25135.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 251 (98.44% from 255) = 51.75%
R=28.25%
G=20%
B=51.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137972510.450.6100.02255.5895.0668.24
Hex8961FB2D3D021005f44
Octal211141373557502400137104
Binary1000100111000011111101110110111110101010000000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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