#828AF7

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

Shades of Light Slate Blue #828AF7

Tints of Light Slate Blue #828AF7

Color information

#828AF7 (or 0x828AF7) is unknown color: approx Light Slate Blue. HEX triplet: 82, 8A and F7. RGB value is (130,138,247). Sum of RGB (Red+Green+Blue) = 130+138+247=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #828AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828AF7 is #7D7508. Grayscale: #939393. Windows color (decimal): -8221961 or 16222850. OLE color: 16222850.

HSL color Cylindrical-coordinate representation of color #828AF7: hue angle of 235.9º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828AF7 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB130138247-
CMYK0.470.4400.03
HSL235.9º87.97%73.92%-
HSV(B)235.9º47.37%96.86%-
XYZ35.0829.6491.87-
YUV148.03183.85115.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 247 (96.88% from 255) = 47.96%
R=25.24%
G=26.80%
B=47.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1301382470.470.4400.03235.987.9773.92
Hex828AF72F2C03ec584a
Octal202212367575403354130112
Binary1000001010001010111101111011111011000111110110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828AF7; }

 p { color: rgb(130,138,247); }

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

<style>
 a { background-color: #828AF7; }

 a { background-color: rgb(130,138,247); }

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

<style>
 span { border-color: #828AF7; }

 span { border-color: rgb(130,138,247); }

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