#827FF1

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

Shades of Light Slate Blue #827FF1

Tints of Light Slate Blue #827FF1

Color information

#827FF1 (or 0x827FF1) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7F and F1. RGB value is (130,127,241). Sum of RGB (Red+Green+Blue) = 130+127+241=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #827FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FF1 is #7D800E. Grayscale: #8C8C8C. Windows color (decimal): -8224783 or 15826818. OLE color: 15826818.

HSL color Cylindrical-coordinate representation of color #827FF1: hue angle of 241.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827FF1 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130127241-
CMYK0.460.4700.05
HSL241.58º80.28%72.16%-
HSV(B)241.58º47.3%94.51%-
XYZ32.6726.2886.57-
YUV140.89184.49120.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=26.10%
G=25.50%
B=48.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301272410.460.4700.05241.5880.2872.16
Hex827FF12E2F05f25048
Octal202177361565705362120110
Binary1000001011111111111000110111010111101011111001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827FF1; }

 p { color: rgb(130,127,241); }

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

<style>
 a { background-color: #827FF1; }

 a { background-color: rgb(130,127,241); }

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

<style>
 span { border-color: #827FF1; }

 span { border-color: rgb(130,127,241); }

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