#825AFF

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

Shades of Light Slate Blue #825AFF

Tints of Light Slate Blue #825AFF

Color information

#825AFF (or 0x825AFF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 5A and FF. RGB value is (130,90,255). Sum of RGB (Red+Green+Blue) = 130+90+255=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #825AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825AFF is #7DA500. Grayscale: #787878. Windows color (decimal): -8234241 or 16734850. OLE color: 16734850.

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

Color convert

RGB13090255-
CMYK0.490.6500
HSL254.55º100%67.65%-
HSV(B)254.55º64.71%100%-
XYZ30.9119.2896.7-
YUV120.77203.75134.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 255 (100% from 255) = 53.68%
R=27.37%
G=18.95%
B=53.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal130902550.490.6500254.5510067.65
Hex825AFF314100ff6444
Octal2021323776110100377144104
Binary100000101011010111111111100011000001001111111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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