#8B7DED

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

Shades of Light Slate Blue #8B7DED

Tints of Light Slate Blue #8B7DED

Color information

#8B7DED (or 0x8B7DED) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7D and ED. RGB value is (139,125,237). Sum of RGB (Red+Green+Blue) = 139+125+237=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7DED is #748212. Grayscale: #8D8D8D. Windows color (decimal): -7635475 or 15564171. OLE color: 15564171.

HSL color Cylindrical-coordinate representation of color #8B7DED: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7DED is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139125237-
CMYK0.410.4700.07
HSL247.5º75.68%70.98%-
HSV(B)247.5º47.26%92.94%-
XYZ33.2726.2783.44-
YUV141.95181.64125.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=27.74%
G=24.95%
B=47.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391252370.410.4700.07247.575.6870.98
Hex8B7DED292F07f84c47
Octal213175355515707370114107
Binary1000101111111011110110110100110111101111111100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,237); }

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

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

 a { background-color: rgb(139,125,237); }

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

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

 span { border-color: rgb(139,125,237); }

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