#8F77EE

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

Shades of Light Slate Blue #8F77EE

Tints of Light Slate Blue #8F77EE

Color information

#8F77EE (or 0x8F77EE) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 77 and EE. RGB value is (143,119,238). Sum of RGB (Red+Green+Blue) = 143+119+238=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F77EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77EE is #708811. Grayscale: #8B8B8B. Windows color (decimal): -7374866 or 15628175. OLE color: 15628175.

HSL color Cylindrical-coordinate representation of color #8F77EE: hue angle of 252.1º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F77EE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143119238-
CMYK0.400.5000.07
HSL252.1º77.78%70%-
HSV(B)252.1º50%93.33%-
XYZ33.3625.2184-
YUV139.74183.45130.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=28.6%
G=23.8%
B=47.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431192380.400.5000.07252.177.7870
Hex8F77EE283207fc4e46
Octal217167356506207374116106
Binary1000111111101111110111010100011001001111111110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F77EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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