#8B77FA

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

Shades of Light Slate Blue #8B77FA

Tints of Light Slate Blue #8B77FA

Color information

#8B77FA (or 0x8B77FA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 77 and FA. RGB value is (139,119,250). Sum of RGB (Red+Green+Blue) = 139+119+250=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B77FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B77FA is #748805. Grayscale: #8B8B8B. Windows color (decimal): -7636998 or 16414603. OLE color: 16414603.

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

Color convert

RGB139119250-
CMYK0.440.5200.02
HSL249.16º92.91%72.35%-
HSV(B)249.16º52.4%98.04%-
XYZ34.525.5893.56-
YUV139.91190.13127.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=27.36%
G=23.43%
B=49.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391192500.440.5200.02249.1692.9172.35
Hex8B77FA2C3402f95d48
Octal213167372546402371135110
Binary100010111110111111110101011001101000101111100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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