#8B8BF8

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

Shades of Light Slate Blue #8B8BF8

Tints of Light Slate Blue #8B8BF8

Color information

#8B8BF8 (or 0x8B8BF8) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8B and F8. RGB value is (139,139,248). Sum of RGB (Red+Green+Blue) = 139+139+248=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #8B8BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8BF8 is #747407. Grayscale: #969696. Windows color (decimal): -7631880 or 16288651. OLE color: 16288651.

HSL color Cylindrical-coordinate representation of color #8B8BF8: hue angle of 240º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B8BF8 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139139248-
CMYK0.440.4400.03
HSL240º88.62%75.88%-
HSV(B)240º43.95%97.25%-
XYZ36.8230.7392.8-
YUV151.43182.5119.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.43%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=26.43%
G=26.43%
B=47.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1391392480.440.4400.0324088.6275.88
Hex8B8BF82C2C03f0594c
Octal213213370545403360131114
Binary1000101110001011111110001011001011000111111000010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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