#825BA4

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

Shades of Studio #825BA4

Tints of Studio #825BA4

Color information

#825BA4 (or 0x825BA4) is unknown color: approx Studio. HEX triplet: 82, 5B and A4. RGB value is (130,91,164). Sum of RGB (Red+Green+Blue) = 130+91+164=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #825BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BA4 is #7DA45B. Grayscale: #6E6E6E. Windows color (decimal): -8234076 or 10771330. OLE color: 10771330.

HSL color Cylindrical-coordinate representation of color #825BA4: hue angle of 272.05º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825BA4 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13091164-
CMYK0.210.4500.36
HSL272.05º28.63%50%-
HSV(B)272.05º44.51%64.31%-
XYZ19.6514.9136.96-
YUV110.98157.92141.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=33.77%
G=23.64%
B=42.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130911640.210.4500.36272.0528.6350
Hex825BA4152D0241101d32
Octal20213324425550444203562
Binary1000001010110111010010010101101101010010010001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,164); }

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

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

 a { background-color: rgb(130,91,164); }

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

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

 span { border-color: rgb(130,91,164); }

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