#8B77FB

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

Shades of Light Slate Blue #8B77FB

Tints of Light Slate Blue #8B77FB

Color information

#8B77FB (or 0x8B77FB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 77 and FB. RGB value is (139,119,251). Sum of RGB (Red+Green+Blue) = 139+119+251=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B77FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B77FB is #748804. Grayscale: #8B8B8B. Windows color (decimal): -7636997 or 16480139. OLE color: 16480139.

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

Color convert

RGB139119251-
CMYK0.450.5300.02
HSL249.09º94.29%72.55%-
HSV(B)249.09º52.59%98.43%-
XYZ34.6625.6594.39-
YUV140.03190.63127.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=27.31%
G=23.38%
B=49.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391192510.450.5300.02249.0994.2972.55
Hex8B77FB2D3502f95e49
Octal213167373556502371136111
Binary100010111110111111110111011011101010101111100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,251); }

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

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

 a { background-color: rgb(139,119,251); }

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

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

 span { border-color: rgb(139,119,251); }

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