#825CAC

Color #825CAC Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #825CAC

Tints of Studio #825CAC

Color information

#825CAC (or 0x825CAC) is unknown color: approx Studio. HEX triplet: 82, 5C and AC. RGB value is (130,92,172). Sum of RGB (Red+Green+Blue) = 130+92+172=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #825CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAC is #7DA353. Grayscale: #707070. Windows color (decimal): -8233812 or 11295874. OLE color: 11295874.

HSL color Cylindrical-coordinate representation of color #825CAC: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825CAC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13092172-
CMYK0.240.4700.33
HSL268.5º32.52%51.76%-
HSV(B)268.5º46.51%67.45%-
XYZ20.4815.3840.92-
YUV112.48161.59140.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=32.99%
G=23.35%
B=43.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130921720.240.4700.33268.532.5251.76
Hex825CAC182F02110c2134
Octal20213425430570414144164
Binary10000010101110010101100110001011110100001100001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,172); }

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

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

 a { background-color: rgb(130,92,172); }

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

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

 span { border-color: rgb(130,92,172); }

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