#827CFF

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

Shades of Light Slate Blue #827CFF

Tints of Light Slate Blue #827CFF

Color information

#827CFF (or 0x827CFF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7C and FF. RGB value is (130,124,255). Sum of RGB (Red+Green+Blue) = 130+124+255=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #827CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CFF is #7D8300. Grayscale: #8C8C8C. Windows color (decimal): -8225537 or 16743554. OLE color: 16743554.

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

Color convert

RGB130124255-
CMYK0.490.5100
HSL242.75º100%74.31%-
HSV(B)242.75º51.37%100%-
XYZ34.4626.3897.88-
YUV140.73192.49120.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 255 (100% from 255) = 50.10%
R=25.54%
G=24.36%
B=50.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301242550.490.5100242.7510074.31
Hex827CFF313300f3644a
Octal202174377616300363144112
Binary10000010111110011111111110001110011001111001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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