#8F77FE

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

Shades of Light Slate Blue #8F77FE

Tints of Light Slate Blue #8F77FE

Color information

#8F77FE (or 0x8F77FE) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 77 and FE. RGB value is (143,119,254). Sum of RGB (Red+Green+Blue) = 143+119+254=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77FE is #708801. Grayscale: #8D8D8D. Windows color (decimal): -7374850 or 16676751. OLE color: 16676751.

HSL color Cylindrical-coordinate representation of color #8F77FE: hue angle of 250.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F77FE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143119254-
CMYK0.440.5300.00
HSL250.67º98.54%73.14%-
HSV(B)250.67º53.15%99.61%-
XYZ35.8126.1996.93-
YUV141.57191.45129.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 119 (46.88% from 255) = 23.06%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=27.71%
G=23.06%
B=49.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431192540.440.5300.00250.6798.5473.14
Hex8F77FE2C3500fb6349
Octal217167376546500373143111
Binary10001111111011111111110101100110101001111101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F77FE; }

 p { color: rgb(143,119,254); }

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

<style>
 a { background-color: #8F77FE; }

 a { background-color: rgb(143,119,254); }

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

<style>
 span { border-color: #8F77FE; }

 span { border-color: rgb(143,119,254); }

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