#826EF8

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

Shades of Light Slate Blue #826EF8

Tints of Light Slate Blue #826EF8

Color information

#826EF8 (or 0x826EF8) is unknown color: approx Light Slate Blue. HEX triplet: 82, 6E and F8. RGB value is (130,110,248). Sum of RGB (Red+Green+Blue) = 130+110+248=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #826EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EF8 is #7D9107. Grayscale: #838383. Windows color (decimal): -8229128 or 16281218. OLE color: 16281218.

HSL color Cylindrical-coordinate representation of color #826EF8: hue angle of 248.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826EF8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB130110248-
CMYK0.480.5600.03
HSL248.7º90.79%70.2%-
HSV(B)248.7º55.65%97.25%-
XYZ31.7322.6791.51-
YUV131.71193.63126.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 248 (97.27% from 255) = 50.82%
R=26.64%
G=22.54%
B=50.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1301102480.480.5600.03248.790.7970.2
Hex826EF8303803f95b46
Octal202156370607003371133106
Binary100000101101110111110001100001110000111111100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826EF8; }

 p { color: rgb(130,110,248); }

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

<style>
 a { background-color: #826EF8; }

 a { background-color: rgb(130,110,248); }

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

<style>
 span { border-color: #826EF8; }

 span { border-color: rgb(130,110,248); }

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