#8B7EF7

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

Shades of Light Slate Blue #8B7EF7

Tints of Light Slate Blue #8B7EF7

Color information

#8B7EF7 (or 0x8B7EF7) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7E and F7. RGB value is (139,126,247). Sum of RGB (Red+Green+Blue) = 139+126+247=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #8B7EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EF7 is #748108. Grayscale: #8F8F8F. Windows color (decimal): -7635209 or 16219787. OLE color: 16219787.

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

Color convert

RGB139126247-
CMYK0.440.4900.03
HSL246.45º88.32%73.14%-
HSV(B)246.45º48.99%96.86%-
XYZ34.927.1391.39-
YUV143.68186.31124.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=27.15%
G=24.61%
B=48.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1391262470.440.4900.03246.4588.3273.14
Hex8B7EF72C3103f65849
Octal213176367546103366130111
Binary100010111111110111101111011001100010111111011010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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