#8F8DFD

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

Shades of Light Slate Blue #8F8DFD

Tints of Light Slate Blue #8F8DFD

Color information

#8F8DFD (or 0x8F8DFD) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 8D and FD. RGB value is (143,141,253). Sum of RGB (Red+Green+Blue) = 143+141+253=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DFD is #707202. Grayscale: #999999. Windows color (decimal): -7369219 or 16616847. OLE color: 16616847.

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

Color convert

RGB143141253-
CMYK0.430.4400.01
HSL241.07º96.55%77.25%-
HSV(B)241.07º44.27%99.22%-
XYZ38.5831.9897.07-
YUV154.37183.66119.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.63%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=26.63%
G=26.26%
B=47.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431412530.430.4400.01241.0796.5577.25
Hex8F8DFD2B2C01f1614d
Octal217215375535401361141115
Binary100011111000110111111101101011101100011111000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,141,253); }

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

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

 a { background-color: rgb(143,141,253); }

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

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

 span { border-color: rgb(143,141,253); }

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