#8F83FD

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

Shades of Light Slate Blue #8F83FD

Tints of Light Slate Blue #8F83FD

Color information

#8F83FD (or 0x8F83FD) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 83 and FD. RGB value is (143,131,253). Sum of RGB (Red+Green+Blue) = 143+131+253=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F83FD is #707C02. Grayscale: #949494. Windows color (decimal): -7371779 or 16614287. OLE color: 16614287.

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

Color convert

RGB143131253-
CMYK0.430.4800.01
HSL245.9º96.83%75.29%-
HSV(B)245.9º48.22%99.22%-
XYZ37.1729.1696.6-
YUV148.5186.98124.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=27.13%
G=24.86%
B=48.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431312530.430.4800.01245.996.8375.29
Hex8F83FD2B3001f6614b
Octal217203375536001366141113
Binary100011111000001111111101101011110000011111011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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