#827EFA

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

Shades of Light Slate Blue #827EFA

Tints of Light Slate Blue #827EFA

Color information

#827EFA (or 0x827EFA) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7E and FA. RGB value is (130,126,250). Sum of RGB (Red+Green+Blue) = 130+126+250=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #827EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EFA is #7D8105. Grayscale: #8C8C8C. Windows color (decimal): -8225030 or 16416386. OLE color: 16416386.

HSL color Cylindrical-coordinate representation of color #827EFA: hue angle of 241.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827EFA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130126250-
CMYK0.480.5000.02
HSL241.94º92.54%73.73%-
HSV(B)241.94º49.6%98.04%-
XYZ33.9226.5793.78-
YUV141.33189.33119.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.69%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=25.69%
G=24.90%
B=49.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301262500.480.5000.02241.9492.5473.73
Hex827EFA303202f25d4a
Octal202176372606202362135112
Binary100000101111110111110101100001100100101111001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,126,250); }

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

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

 a { background-color: rgb(130,126,250); }

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

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

 span { border-color: rgb(130,126,250); }

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