#8961F8

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

Shades of Light Slate Blue #8961F8

Tints of Light Slate Blue #8961F8

Color information

#8961F8 (or 0x8961F8) is unknown color: approx Light Slate Blue. HEX triplet: 89, 61 and F8. RGB value is (137,97,248). Sum of RGB (Red+Green+Blue) = 137+97+248=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #8961F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8961F8 is #769E07. Grayscale: #7D7D7D. Windows color (decimal): -7773704 or 16277897. OLE color: 16277897.

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

Color convert

RGB13797248-
CMYK0.450.6100.03
HSL255.89º91.52%67.65%-
HSV(B)255.89º60.89%97.25%-
XYZ31.5320.6591.13-
YUV126.17196.75135.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 248 (97.27% from 255) = 51.45%
R=28.42%
G=20.12%
B=51.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal137972480.450.6100.03255.8991.5267.65
Hex8961F82D3D031005c44
Octal211141370557503400134104
Binary1000100111000011111100010110111110101110000000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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