#8B7EFD

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

Shades of Light Slate Blue #8B7EFD

Tints of Light Slate Blue #8B7EFD

Color information

#8B7EFD (or 0x8B7EFD) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7E and FD. RGB value is (139,126,253). Sum of RGB (Red+Green+Blue) = 139+126+253=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B7EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EFD is #748102. Grayscale: #8F8F8F. Windows color (decimal): -7635203 or 16613003. OLE color: 16613003.

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

Color convert

RGB139126253-
CMYK0.450.5000.01
HSL246.14º96.95%74.31%-
HSV(B)246.14º50.2%99.22%-
XYZ35.8427.596.35-
YUV144.36189.31124.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.83%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=26.83%
G=24.32%
B=48.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391262530.450.5000.01246.1496.9574.31
Hex8B7EFD2D3201f6614a
Octal213176375556201366141112
Binary10001011111111011111101101101110010011111011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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