#825DA7

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

Shades of Studio #825DA7

Tints of Studio #825DA7

Color information

#825DA7 (or 0x825DA7) is unknown color: approx Studio. HEX triplet: 82, 5D and A7. RGB value is (130,93,167). Sum of RGB (Red+Green+Blue) = 130+93+167=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #825DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DA7 is #7DA258. Grayscale: #707070. Windows color (decimal): -8233561 or 10968450. OLE color: 10968450.

HSL color Cylindrical-coordinate representation of color #825DA7: hue angle of 270º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825DA7 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13093167-
CMYK0.220.4400.35
HSL270º29.6%50.98%-
HSV(B)270º44.31%65.49%-
XYZ20.115.3638.47-
YUV112.5158.76140.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=33.33%
G=23.85%
B=42.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130931670.220.4400.3527029.650.98
Hex825DA7162C02310e1e33
Octal20213524726540434163663
Binary1000001010111011010011110110101100010001110000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,93,167); }

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

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

 a { background-color: rgb(130,93,167); }

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

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

 span { border-color: rgb(130,93,167); }

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