#827AFF

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

Shades of Light Slate Blue #827AFF

Tints of Light Slate Blue #827AFF

Color information

#827AFF (or 0x827AFF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 7A and FF. RGB value is (130,122,255). Sum of RGB (Red+Green+Blue) = 130+122+255=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #827AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AFF is #7D8500. Grayscale: #8B8B8B. Windows color (decimal): -8226049 or 16743042. OLE color: 16743042.

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

Color convert

RGB130122255-
CMYK0.490.5200
HSL243.61º100%73.92%-
HSV(B)243.61º52.16%100%-
XYZ34.2225.8897.8-
YUV139.55193.15121.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 255 (100% from 255) = 50.30%
R=25.64%
G=24.06%
B=50.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301222550.490.5200243.6110073.92
Hex827AFF313400f4644a
Octal202172377616400364144112
Binary10000010111101011111111110001110100001111010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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