#8477FB

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

Shades of Light Slate Blue #8477FB

Tints of Light Slate Blue #8477FB

Color information

#8477FB (or 0x8477FB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 77 and FB. RGB value is (132,119,251). Sum of RGB (Red+Green+Blue) = 132+119+251=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #8477FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477FB is #7B8804. Grayscale: #898989. Windows color (decimal): -8095749 or 16480132. OLE color: 16480132.

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

Color convert

RGB132119251-
CMYK0.470.5300.02
HSL245.91º94.29%72.55%-
HSV(B)245.91º52.59%98.43%-
XYZ33.5325.0694.34-
YUV137.94191.81123.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 251 (98.44% from 255) = 50%
R=26.29%
G=23.71%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321192510.470.5300.02245.9194.2972.55
Hex8477FB2F3502f65e49
Octal204167373576502366136111
Binary100001001110111111110111011111101010101111011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8477FB; }

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

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

<style>
 a { background-color: #8477FB; }

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

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

<style>
 span { border-color: #8477FB; }

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

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