#827DFE

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

Shades of Light Slate Blue #827DFE

Tints of Light Slate Blue #827DFE

Color information

#827DFE (or 0x827DFE) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7D and FE. RGB value is (130,125,254). Sum of RGB (Red+Green+Blue) = 130+125+254=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #827DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DFE is #7D8201. Grayscale: #8C8C8C. Windows color (decimal): -8225282 or 16678274. OLE color: 16678274.

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

Color convert

RGB130125254-
CMYK0.490.5100.00
HSL242.33º98.47%74.31%-
HSV(B)242.33º50.79%99.61%-
XYZ34.4326.5797.08-
YUV141.2191.66120.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=25.54%
G=24.56%
B=49.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301252540.490.5100.00242.3398.4774.31
Hex827DFE313300f2624a
Octal202175376616300362142112
Binary10000010111110111111110110001110011001111001011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,125,254); }

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

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

 a { background-color: rgb(130,125,254); }

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

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

 span { border-color: rgb(130,125,254); }

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