#8B7EFC

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

Shades of Light Slate Blue #8B7EFC

Tints of Light Slate Blue #8B7EFC

Color information

#8B7EFC (or 0x8B7EFC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7E and FC. RGB value is (139,126,252). Sum of RGB (Red+Green+Blue) = 139+126+252=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7EFC is #748103. Grayscale: #8F8F8F. Windows color (decimal): -7635204 or 16547467. OLE color: 16547467.

HSL color Cylindrical-coordinate representation of color #8B7EFC: hue angle of 246.19º degrees, saturation: 0.95, 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 #8B7EFC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139126252-
CMYK0.450.500.01
HSL246.19º95.45%74.12%-
HSV(B)246.19º50%98.82%-
XYZ35.6827.4495.51-
YUV144.25188.81124.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=26.89%
G=24.37%
B=48.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391262520.450.500.01246.1995.4574.12
Hex8B7EFC2D3201f65f4a
Octal213176374556201366137112
Binary10001011111111011111100101101110010011111011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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