#8D8BFB

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

Shades of Light Slate Blue #8D8BFB

Tints of Light Slate Blue #8D8BFB

Color information

#8D8BFB (or 0x8D8BFB) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8B and FB. RGB value is (141,139,251). Sum of RGB (Red+Green+Blue) = 141+139+251=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8BFB is #727404. Grayscale: #979797. Windows color (decimal): -7500805 or 16485261. OLE color: 16485261.

HSL color Cylindrical-coordinate representation of color #8D8BFB: hue angle of 241.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D8BFB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141139251-
CMYK0.440.4500.02
HSL241.07º93.33%76.47%-
HSV(B)241.07º44.62%98.43%-
XYZ37.6331.0995.29-
YUV152.37183.66119.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=26.55%
G=26.18%
B=47.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411392510.440.4500.02241.0793.3376.47
Hex8D8BFB2C2D02f15d4c
Octal215213373545502361135114
Binary1000110110001011111110111011001011010101111000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,139,251); }

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

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

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

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

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

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

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