#8A77FB

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

Shades of Light Slate Blue #8A77FB

Tints of Light Slate Blue #8A77FB

Color information

#8A77FB (or 0x8A77FB) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 77 and FB. RGB value is (138,119,251). Sum of RGB (Red+Green+Blue) = 138+119+251=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A77FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A77FB is #758804. Grayscale: #8B8B8B. Windows color (decimal): -7702533 or 16480138. OLE color: 16480138.

HSL color Cylindrical-coordinate representation of color #8A77FB: hue angle of 248.64º 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 #8A77FB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138119251-
CMYK0.450.5300.02
HSL248.64º94.29%72.55%-
HSV(B)248.64º52.59%98.43%-
XYZ34.4925.5694.38-
YUV139.73190.79126.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.17%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 251 (98.44% from 255) = 49.41%
R=27.17%
G=23.43%
B=49.41%

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
Decimal1381192510.450.5300.02248.6494.2972.55
Hex8A77FB2D3502f95e49
Octal212167373556502371136111
Binary100010101110111111110111011011101010101111100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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