#8B5FFF

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

Shades of Light Slate Blue #8B5FFF

Tints of Light Slate Blue #8B5FFF

Color information

#8B5FFF (or 0x8B5FFF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 5F and FF. RGB value is (139,95,255). Sum of RGB (Red+Green+Blue) = 139+95+255=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FFF is #74A000. Grayscale: #7D7D7D. Windows color (decimal): -7643137 or 16736139. OLE color: 16736139.

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

Color convert

RGB13995255-
CMYK0.450.6300
HSL256.5º100%68.63%-
HSV(B)256.5º62.75%100%-
XYZ32.7920.8996.91-
YUV126.4200.58136.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 255 (100% from 255) = 52.15%
R=28.43%
G=19.43%
B=52.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139952550.450.6300256.510068.63
Hex8B5FFF2D3F001006445
Octal213137377557700400144105
Binary100010111011111111111111011011111110010000000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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