#8B7EEA

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

Shades of Light Slate Blue #8B7EEA

Tints of Light Slate Blue #8B7EEA

Color information

#8B7EEA (or 0x8B7EEA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7E and EA. RGB value is (139,126,234). Sum of RGB (Red+Green+Blue) = 139+126+234=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EEA is #748115. Grayscale: #8D8D8D. Windows color (decimal): -7635222 or 15367819. OLE color: 15367819.

HSL color Cylindrical-coordinate representation of color #8B7EEA: hue angle of 247.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B7EEA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139126234-
CMYK0.410.4600.08
HSL247.22º72%70.59%-
HSV(B)247.22º46.15%91.76%-
XYZ32.9626.3581.19-
YUV142.2179.81125.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=27.86%
G=25.25%
B=46.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391262340.410.4600.08247.227270.59
Hex8B7EEA292E08f74847
Octal2131763525156010367110107
Binary10001011111111011101010101001101110010001111011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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