#8E72FB

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

Shades of Light Slate Blue #8E72FB

Tints of Light Slate Blue #8E72FB

Color information

#8E72FB (or 0x8E72FB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 72 and FB. RGB value is (142,114,251). Sum of RGB (Red+Green+Blue) = 142+114+251=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E72FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E72FB is #718D04. Grayscale: #898989. Windows color (decimal): -7441669 or 16478862. OLE color: 16478862.

HSL color Cylindrical-coordinate representation of color #8E72FB: hue angle of 252.26º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E72FB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142114251-
CMYK0.430.5500.02
HSL252.26º94.48%71.57%-
HSV(B)252.26º54.58%98.43%-
XYZ34.5924.7594.22-
YUV137.99191.78130.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 251 (98.44% from 255) = 49.51%
R=28.01%
G=22.49%
B=49.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421142510.430.5500.02252.2694.4871.57
Hex8E72FB2B3702fc5e48
Octal216162373536702374136110
Binary100011101110010111110111010111101110101111110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,251); }

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

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

 a { background-color: rgb(142,114,251); }

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

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

 span { border-color: rgb(142,114,251); }

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