#8B7EFB

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

Shades of Light Slate Blue #8B7EFB

Tints of Light Slate Blue #8B7EFB

Color information

#8B7EFB (or 0x8B7EFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7E and FB. RGB value is (139,126,251). Sum of RGB (Red+Green+Blue) = 139+126+251=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EFB is #748104. Grayscale: #8F8F8F. Windows color (decimal): -7635205 or 16481931. OLE color: 16481931.

HSL color Cylindrical-coordinate representation of color #8B7EFB: hue angle of 246.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7EFB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139126251-
CMYK0.450.5000.02
HSL246.24º93.98%73.92%-
HSV(B)246.24º49.8%98.43%-
XYZ35.5227.3894.68-
YUV144.14188.31124.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=26.94%
G=24.42%
B=48.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391262510.450.5000.02246.2493.9873.92
Hex8B7EFB2D3202f65e4a
Octal213176373556202366136112
Binary100010111111110111110111011011100100101111011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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