#8F72EF

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

Shades of Light Slate Blue #8F72EF

Tints of Light Slate Blue #8F72EF

Color information

#8F72EF (or 0x8F72EF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 72 and EF. RGB value is (143,114,239). Sum of RGB (Red+Green+Blue) = 143+114+239=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F72EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72EF is #708D10. Grayscale: #888888. Windows color (decimal): -7376145 or 15692431. OLE color: 15692431.

HSL color Cylindrical-coordinate representation of color #8F72EF: hue angle of 253.92º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F72EF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143114239-
CMYK0.400.5200.06
HSL253.92º79.62%69.22%-
HSV(B)253.92º52.3%93.73%-
XYZ32.9224.1184.58-
YUV136.92185.61132.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=28.83%
G=22.98%
B=48.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431142390.400.5200.06253.9279.6269.22
Hex8F72EF283406fe5045
Octal217162357506406376120105
Binary1000111111100101110111110100011010001101111111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F72EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,239); }

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

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

 a { background-color: rgb(143,114,239); }

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

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

 span { border-color: rgb(143,114,239); }

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