#8279F5

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

Shades of Light Slate Blue #8279F5

Tints of Light Slate Blue #8279F5

Color information

#8279F5 (or 0x8279F5) is unknown color: approx Light Slate Blue. HEX triplet: 82, 79 and F5. RGB value is (130,121,245). Sum of RGB (Red+Green+Blue) = 130+121+245=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #8279F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8279F5 is #7D860A. Grayscale: #898989. Windows color (decimal): -8226315 or 16087426. OLE color: 16087426.

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

Color convert

RGB130121245-
CMYK0.470.5100.04
HSL244.35º86.11%71.76%-
HSV(B)244.35º50.61%96.08%-
XYZ32.5225.0189.5-
YUV137.83188.48122.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=26.21%
G=24.40%
B=49.40%

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
Decimal1301212450.470.5100.04244.3586.1171.76
Hex8279F52F3304f45648
Octal202171365576304364126110
Binary1000001011110011111010110111111001101001111010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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