#8277F5

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

Shades of Light Slate Blue #8277F5

Tints of Light Slate Blue #8277F5

Color information

#8277F5 (or 0x8277F5) is unknown color: approx Light Slate Blue. HEX triplet: 82, 77 and F5. RGB value is (130,119,245). Sum of RGB (Red+Green+Blue) = 130+119+245=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #8277F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277F5 is #7D880A. Grayscale: #888888. Windows color (decimal): -8226827 or 16086914. OLE color: 16086914.

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

Color convert

RGB130119245-
CMYK0.470.5100.04
HSL245.24º86.3%71.37%-
HSV(B)245.24º51.43%96.08%-
XYZ32.2824.5389.42-
YUV136.65189.14123.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 245 (96.09% from 255) = 49.60%
R=26.32%
G=24.09%
B=49.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301192450.470.5100.04245.2486.371.37
Hex8277F52F3304f55647
Octal202167365576304365126107
Binary1000001011101111111010110111111001101001111010110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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