#8271F5

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

Shades of Light Slate Blue #8271F5

Tints of Light Slate Blue #8271F5

Color information

#8271F5 (or 0x8271F5) is unknown color: approx Light Slate Blue. HEX triplet: 82, 71 and F5. RGB value is (130,113,245). Sum of RGB (Red+Green+Blue) = 130+113+245=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #8271F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8271F5 is #7D8E0A. Grayscale: #848484. Windows color (decimal): -8228363 or 16085378. OLE color: 16085378.

HSL color Cylindrical-coordinate representation of color #8271F5: hue angle of 247.73º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8271F5 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130113245-
CMYK0.470.5400.04
HSL247.73º86.84%70.2%-
HSV(B)247.73º53.88%96.08%-
XYZ31.5923.1589.19-
YUV133.13191.13125.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=26.64%
G=23.16%
B=50.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301132450.470.5400.04247.7386.8470.2
Hex8271F52F3604f85746
Octal202161365576604370127106
Binary1000001011100011111010110111111011001001111100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8271F5; }

 p { color: rgb(130,113,245); }

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

<style>
 a { background-color: #8271F5; }

 a { background-color: rgb(130,113,245); }

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

<style>
 span { border-color: #8271F5; }

 span { border-color: rgb(130,113,245); }

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