#8B7BFC

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

Shades of Light Slate Blue #8B7BFC

Tints of Light Slate Blue #8B7BFC

Color information

#8B7BFC (or 0x8B7BFC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7B and FC. RGB value is (139,123,252). Sum of RGB (Red+Green+Blue) = 139+123+252=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7BFC is #748403. Grayscale: #8D8D8D. Windows color (decimal): -7635972 or 16546699. OLE color: 16546699.

HSL color Cylindrical-coordinate representation of color #8B7BFC: hue angle of 247.44º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B7BFC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139123252-
CMYK0.450.5100.01
HSL247.44º95.56%73.53%-
HSV(B)247.44º51.19%98.82%-
XYZ35.326.6895.39-
YUV142.49189.8125.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=27.04%
G=23.93%
B=49.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391232520.450.5100.01247.4495.5673.53
Hex8B7BFC2D3301f7604a
Octal213173374556301367140112
Binary10001011111101111111100101101110011011111011111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,252); }

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

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

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

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

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

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

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