#8B51F5

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

Shades of Medium Slate Blue #8B51F5

Tints of Medium Slate Blue #8B51F5

Color information

#8B51F5 (or 0x8B51F5) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 51 and F5. RGB value is (139,81,245). Sum of RGB (Red+Green+Blue) = 139+81+245=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B51F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B51F5 is #74AE0A. Grayscale: #747474. Windows color (decimal): -7646731 or 16077195. OLE color: 16077195.

HSL color Cylindrical-coordinate representation of color #8B51F5: hue angle of 261.22º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B51F5 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13981245-
CMYK0.430.6700.04
HSL261.22º89.13%63.92%-
HSV(B)261.22º66.94%96.08%-
XYZ30.0717.9788.27-
YUV117.04200.22143.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 81 (32.03% from 255) = 17.42%
BLUE value IS 245 (96.09% from 255) = 52.69%
R=29.89%
G=17.42%
B=52.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139812450.430.6700.04261.2289.1363.92
Hex8B51F52B43041055940
Octal2131213655310304405131100
Binary100010111010001111101011010111000011010010000010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B51F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,81,245); }

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

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

 a { background-color: rgb(139,81,245); }

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

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

 span { border-color: rgb(139,81,245); }

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