#8B8BFE

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

Shades of Light Slate Blue #8B8BFE

Tints of Light Slate Blue #8B8BFE

Color information

#8B8BFE (or 0x8B8BFE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8B and FE. RGB value is (139,139,254). Sum of RGB (Red+Green+Blue) = 139+139+254=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8BFE is #747401. Grayscale: #979797. Windows color (decimal): -7631874 or 16681867. OLE color: 16681867.

HSL color Cylindrical-coordinate representation of color #8B8BFE: hue angle of 240º 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 #8B8BFE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139139254-
CMYK0.450.4500.00
HSL240º98.29%77.06%-
HSV(B)240º45.28%99.61%-
XYZ37.7731.1197.78-
YUV152.11185.5118.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.13%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=26.13%
G=26.13%
B=47.74%

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
Decimal1391392540.450.4500.0024098.2977.06
Hex8B8BFE2D2D00f0624d
Octal213213376555500360142115
Binary100010111000101111111110101101101101001111000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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