#8476FB

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

Shades of Light Slate Blue #8476FB

Tints of Light Slate Blue #8476FB

Color information

#8476FB (or 0x8476FB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 76 and FB. RGB value is (132,118,251). Sum of RGB (Red+Green+Blue) = 132+118+251=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #8476FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476FB is #7B8904. Grayscale: #888888. Windows color (decimal): -8096005 or 16479876. OLE color: 16479876.

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

Color convert

RGB132118251-
CMYK0.470.5300.02
HSL246.32º94.33%72.35%-
HSV(B)246.32º52.99%98.43%-
XYZ33.4124.8394.3-
YUV137.35192.14124.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=26.35%
G=23.55%
B=50.10%

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
Decimal1321182510.470.5300.02246.3294.3372.35
Hex8476FB2F3502f65e48
Octal204166373576502366136110
Binary100001001110110111110111011111101010101111011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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