#8B5BFF

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

Shades of Light Slate Blue #8B5BFF

Tints of Light Slate Blue #8B5BFF

Color information

#8B5BFF (or 0x8B5BFF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 5B and FF. RGB value is (139,91,255). Sum of RGB (Red+Green+Blue) = 139+91+255=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5BFF is #74A400. Grayscale: #7B7B7B. Windows color (decimal): -7644161 or 16735115. OLE color: 16735115.

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

Color convert

RGB13991255-
CMYK0.450.6400
HSL257.56º100%67.84%-
HSV(B)257.56º64.31%100%-
XYZ32.4420.1996.8-
YUV124.05201.9138.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 91 (35.94% from 255) = 18.76%
BLUE value IS 255 (100% from 255) = 52.58%
R=28.66%
G=18.76%
B=52.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139912550.450.6400257.5610067.84
Hex8B5BFF2D40001026444
Octal2131333775510000402144104
Binary1000101110110111111111110110110000000010000001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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