#8F77FF

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

Shades of Light Slate Blue #8F77FF

Tints of Light Slate Blue #8F77FF

Color information

#8F77FF (or 0x8F77FF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 77 and FF. RGB value is (143,119,255). Sum of RGB (Red+Green+Blue) = 143+119+255=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77FF is #708800. Grayscale: #8D8D8D. Windows color (decimal): -7374849 or 16742287. OLE color: 16742287.

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

Color convert

RGB143119255-
CMYK0.440.5300
HSL250.59º100%73.33%-
HSV(B)250.59º53.33%100%-
XYZ35.9726.2597.78-
YUV141.68191.95128.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 255 (100% from 255) = 49.32%
R=27.66%
G=23.02%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431192550.440.5300250.5910073.33
Hex8F77FF2C3500fb6449
Octal217167377546500373144111
Binary10001111111011111111111101100110101001111101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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