#8B8CFE

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

Shades of Light Slate Blue #8B8CFE

Tints of Light Slate Blue #8B8CFE

Color information

#8B8CFE (or 0x8B8CFE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8C and FE. RGB value is (139,140,254). Sum of RGB (Red+Green+Blue) = 139+140+254=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8CFE is #747301. Grayscale: #989898. Windows color (decimal): -7631618 or 16682123. OLE color: 16682123.

HSL color Cylindrical-coordinate representation of color #8B8CFE: hue angle of 239.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B8CFE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139140254-
CMYK0.450.4500.00
HSL239.48º98.29%77.06%-
HSV(B)239.48º45.28%99.61%-
XYZ37.9131.497.83-
YUV152.7185.17118.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=26.08%
G=26.27%
B=47.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391402540.450.4500.00239.4898.2977.06
Hex8B8CFE2D2D00ef624d
Octal213214376555500357142115
Binary100010111000110011111110101101101101001110111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,140,254); }

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

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

 a { background-color: rgb(139,140,254); }

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

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

 span { border-color: rgb(139,140,254); }

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