#8E71FD

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

Shades of Light Slate Blue #8E71FD

Tints of Light Slate Blue #8E71FD

Color information

#8E71FD (or 0x8E71FD) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 71 and FD. RGB value is (142,113,253). Sum of RGB (Red+Green+Blue) = 142+113+253=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E71FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71FD is #718E02. Grayscale: #898989. Windows color (decimal): -7441923 or 16609678. OLE color: 16609678.

HSL color Cylindrical-coordinate representation of color #8E71FD: hue angle of 252.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E71FD is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142113253-
CMYK0.440.5500.01
HSL252.43º97.22%71.76%-
HSV(B)252.43º55.34%99.22%-
XYZ34.7924.6595.85-
YUV137.63193.11131.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.95%
GREEN value IS 113 (44.53% from 255) = 22.24%
BLUE value IS 253 (99.22% from 255) = 49.80%
R=27.95%
G=22.24%
B=49.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421132530.440.5500.01252.4397.2271.76
Hex8E71FD2C3701fc6148
Octal216161375546701374141110
Binary10001110111000111111101101100110111011111110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,253); }

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

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

 a { background-color: rgb(142,113,253); }

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

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

 span { border-color: rgb(142,113,253); }

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