#8B8CFB

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

Shades of Light Slate Blue #8B8CFB

Tints of Light Slate Blue #8B8CFB

Color information

#8B8CFB (or 0x8B8CFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8C and FB. RGB value is (139,140,251). Sum of RGB (Red+Green+Blue) = 139+140+251=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8CFB is #747304. Grayscale: #979797. Windows color (decimal): -7631621 or 16485515. OLE color: 16485515.

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

Color convert

RGB139140251-
CMYK0.450.4400.02
HSL239.46º93.33%76.47%-
HSV(B)239.46º44.62%98.43%-
XYZ37.4431.2195.32-
YUV152.35183.67118.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=26.23%
G=26.42%
B=47.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391402510.450.4400.02239.4693.3376.47
Hex8B8CFB2D2C02ef5d4c
Octal213214373555402357135114
Binary1000101110001100111110111011011011000101110111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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