#8476FF

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

Shades of Light Slate Blue #8476FF

Tints of Light Slate Blue #8476FF

Color information

#8476FF (or 0x8476FF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 76 and FF. RGB value is (132,118,255). Sum of RGB (Red+Green+Blue) = 132+118+255=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8476FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476FF is #7B8900. Grayscale: #898989. Windows color (decimal): -8096001 or 16742020. OLE color: 16742020.

HSL color Cylindrical-coordinate representation of color #8476FF: hue angle of 246.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8476FF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132118255-
CMYK0.480.5400
HSL246.13º100%73.14%-
HSV(B)246.13º53.73%100%-
XYZ34.0425.0897.65-
YUV137.8194.14123.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 255 (100% from 255) = 50.50%
R=26.14%
G=23.37%
B=50.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321182550.480.5400246.1310073.14
Hex8476FF303600f66449
Octal204166377606600366144111
Binary10000100111011011111111110000110110001111011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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