#8B7AFF

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

Shades of Light Slate Blue #8B7AFF

Tints of Light Slate Blue #8B7AFF

Color information

#8B7AFF (or 0x8B7AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7A and FF. RGB value is (139,122,255). Sum of RGB (Red+Green+Blue) = 139+122+255=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7AFF is #748500. Grayscale: #8D8D8D. Windows color (decimal): -7636225 or 16743051. OLE color: 16743051.

HSL color Cylindrical-coordinate representation of color #8B7AFF: hue angle of 247.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B7AFF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB139122255-
CMYK0.450.5200
HSL247.67º100%73.92%-
HSV(B)247.67º52.16%100%-
XYZ35.6626.6397.87-
YUV142.24191.63125.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 255 (100% from 255) = 49.42%
R=26.94%
G=23.64%
B=49.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391222550.450.5200247.6710073.92
Hex8B7AFF2D3400f8644a
Octal213172377556400370144112
Binary10001011111101011111111101101110100001111100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,255); }

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

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

 a { background-color: rgb(139,122,255); }

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

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

 span { border-color: rgb(139,122,255); }

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