#8B5FFD

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

Shades of Light Slate Blue #8B5FFD

Tints of Light Slate Blue #8B5FFD

Color information

#8B5FFD (or 0x8B5FFD) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 5F and FD. RGB value is (139,95,253). Sum of RGB (Red+Green+Blue) = 139+95+253=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5FFD is #74A002. Grayscale: #7D7D7D. Windows color (decimal): -7643139 or 16605067. OLE color: 16605067.

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

Color convert

RGB13995253-
CMYK0.450.6200.01
HSL256.71º97.53%68.24%-
HSV(B)256.71º62.45%99.22%-
XYZ32.4720.7795.23-
YUV126.17199.58137.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 95 (37.5% from 255) = 19.51%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=28.54%
G=19.51%
B=51.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal139952530.450.6200.01256.7197.5368.24
Hex8B5FFD2D3E011016244
Octal213137375557601401142104
Binary100010111011111111111011011011111100110000000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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