#8E72F8

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

Shades of Light Slate Blue #8E72F8

Tints of Light Slate Blue #8E72F8

Color information

#8E72F8 (or 0x8E72F8) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 72 and F8. RGB value is (142,114,248). Sum of RGB (Red+Green+Blue) = 142+114+248=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E72F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E72F8 is #718D07. Grayscale: #898989. Windows color (decimal): -7441672 or 16282254. OLE color: 16282254.

HSL color Cylindrical-coordinate representation of color #8E72F8: hue angle of 252.54º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E72F8 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142114248-
CMYK0.430.5400.03
HSL252.54º90.54%70.98%-
HSV(B)252.54º54.03%97.25%-
XYZ34.1224.5691.75-
YUV137.65190.28131.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 248 (97.27% from 255) = 49.21%
R=28.17%
G=22.62%
B=49.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421142480.430.5400.03252.5490.5470.98
Hex8E72F82B3603fd5b47
Octal216162370536603375133107
Binary100011101110010111110001010111101100111111110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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