#8471FA

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

Shades of Light Slate Blue #8471FA

Tints of Light Slate Blue #8471FA

Color information

#8471FA (or 0x8471FA) is unknown color: approx Light Slate Blue. HEX triplet: 84, 71 and FA. RGB value is (132,113,250). Sum of RGB (Red+Green+Blue) = 132+113+250=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #8471FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471FA is #7B8E05. Grayscale: #858585. Windows color (decimal): -8097286 or 16413060. OLE color: 16413060.

HSL color Cylindrical-coordinate representation of color #8471FA: hue angle of 248.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8471FA is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132113250-
CMYK0.470.5500.02
HSL248.32º93.2%71.18%-
HSV(B)248.32º54.8%98.04%-
XYZ32.6823.6293.28-
YUV134.3193.29126.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=26.67%
G=22.83%
B=50.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321132500.470.5500.02248.3293.271.18
Hex8471FA2F3702f85d47
Octal204161372576702370135107
Binary100001001110001111110101011111101110101111100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8471FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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