#8476FA

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

Shades of Light Slate Blue #8476FA

Tints of Light Slate Blue #8476FA

Color information

#8476FA (or 0x8476FA) is unknown color: approx Light Slate Blue. HEX triplet: 84, 76 and FA. RGB value is (132,118,250). Sum of RGB (Red+Green+Blue) = 132+118+250=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8476FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476FA is #7B8905. Grayscale: #888888. Windows color (decimal): -8096006 or 16414340. OLE color: 16414340.

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

Color convert

RGB132118250-
CMYK0.470.5300.02
HSL246.36º92.96%72.16%-
HSV(B)246.36º52.8%98.04%-
XYZ33.2524.7693.47-
YUV137.23191.64124.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 250 (98.05% from 255) = 50%
R=26.4%
G=23.6%
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
Decimal1321182500.470.5300.02246.3692.9672.16
Hex8476FA2F3502f65d48
Octal204166372576502366135110
Binary100001001110110111110101011111101010101111011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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