#8279FF

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

Shades of Light Slate Blue #8279FF

Tints of Light Slate Blue #8279FF

Color information

#8279FF (or 0x8279FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 79 and FF. RGB value is (130,121,255). Sum of RGB (Red+Green+Blue) = 130+121+255=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8279FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8279FF is #7D8600. Grayscale: #8A8A8A. Windows color (decimal): -8226305 or 16742786. OLE color: 16742786.

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

Color convert

RGB130121255-
CMYK0.490.5300
HSL244.03º100%73.73%-
HSV(B)244.03º52.55%100%-
XYZ34.0925.6497.76-
YUV138.97193.48121.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 255 (100% from 255) = 50.40%
R=25.69%
G=23.91%
B=50.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301212550.490.5300244.0310073.73
Hex8279FF313500f4644a
Octal202171377616500364144112
Binary10000010111100111111111110001110101001111010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8279FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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