#8b73ef

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

Shades of Light Slate Blue #8B73EF

Tints of Light Slate Blue #8B73EF

Color information

#8B73EF (or 0x8B73EF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 73 and EF. RGB value is (139,115,239). Sum of RGB (Red+Green+Blue) = 139+115+239=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B73EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B73EF is #748C10. Grayscale: #878787. Windows color (decimal): -7638033 or 15692683. OLE color: 15692683.

HSL color Cylindrical-coordinate representation of color #8B73EF: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B73EF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139115239-
CMYK0.420.5200.06
HSL251.61º79.49%69.41%-
HSV(B)251.61º51.88%93.73%-
XYZ32.3623.9884.58-
YUV136.31185.95129.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=28.19%
G=23.33%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391152390.420.5200.06251.6179.4969.41
Hex8B73EF2A3406fc4f45
Octal213163357526406374117105
Binary1000101111100111110111110101011010001101111110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b73ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,239); }

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

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

 a { background-color: rgb(139,115,239); }

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

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

 span { border-color: rgb(139,115,239); }

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