#827FF7

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

Shades of Light Slate Blue #827FF7

Tints of Light Slate Blue #827FF7

Color information

#827FF7 (or 0x827FF7) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7F and F7. RGB value is (130,127,247). Sum of RGB (Red+Green+Blue) = 130+127+247=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #827FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FF7 is #7D8008. Grayscale: #8D8D8D. Windows color (decimal): -8224777 or 16220034. OLE color: 16220034.

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

Color convert

RGB130127247-
CMYK0.470.4900.03
HSL241.5º88.24%73.33%-
HSV(B)241.5º48.58%96.86%-
XYZ33.5826.6491.37-
YUV141.58187.49119.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 247 (96.88% from 255) = 49.01%
R=25.79%
G=25.20%
B=49.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1301272470.470.4900.03241.588.2473.33
Hex827FF72F3103f25849
Octal202177367576103362130111
Binary100000101111111111101111011111100010111111001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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