#8B79F9

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

Shades of Light Slate Blue #8B79F9

Tints of Light Slate Blue #8B79F9

Color information

#8B79F9 (or 0x8B79F9) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 79 and F9. RGB value is (139,121,249). Sum of RGB (Red+Green+Blue) = 139+121+249=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B79F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B79F9 is #748606. Grayscale: #8C8C8C. Windows color (decimal): -7636487 or 16349579. OLE color: 16349579.

HSL color Cylindrical-coordinate representation of color #8B79F9: hue angle of 248.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B79F9 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139121249-
CMYK0.440.5100.02
HSL248.44º91.43%72.55%-
HSV(B)248.44º51.41%97.65%-
XYZ34.582692.82-
YUV140.97188.96126.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=27.31%
G=23.77%
B=48.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391212490.440.5100.02248.4491.4372.55
Hex8B79F92C3302f85b49
Octal213171371546302370133111
Binary100010111111001111110011011001100110101111100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B79F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,121,249); }

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

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

 a { background-color: rgb(139,121,249); }

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

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

 span { border-color: rgb(139,121,249); }

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